-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmapzen-lost.nuspec
More file actions
27 lines (27 loc) · 1.34 KB
/
Copy pathmapzen-lost.nuspec
File metadata and controls
27 lines (27 loc) · 1.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<!-- Required elements-->
<id>Naxam.Mapzen.Lost.Droid</id>
<version>3.0.4</version>
<description>A drop-in replacement for Google Play services location APIs for Android</description>
<authors>NAXAM</authors>
<owners>NAXAM CO.,LTD</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<title>Naxam - Mapzen Lost for Android</title>
<releaseNotes>Mapzen Lost v3.0.4</releaseNotes>
<summary>Xamarin.Android Binding Library - Mapzen Lost</summary>
<iconUrl>https://avatars0.githubusercontent.com/u/5435747</iconUrl>
<licenseUrl>https://opensource.org/licenses/MIT</licenseUrl>
<projectUrl>https://github.com/NAXAM/mapzen-lost-android-binding</projectUrl>
<copyright>Copyright (c) 2017 NAXAM</copyright>
<tags>Xamarin.Android, Mapzen, Lost</tags>
<dependencies>
<dependency id="Xamarin.Android.Support.v7.AppCompat" version="25.1.1" />
</dependencies>
</metadata>
<!-- Optional 'files' node -->
<files>
<file src="Naxam.Mapzen.Lost.Droid/bin/Release/Naxam.Mapzen.Lost.Droid.dll" target="lib/MonoAndroid10/Naxam.Mapzen.Lost.Droid.dll" />
</files>
</package>