This repository was archived by the owner on Jul 16, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmapbox-services.nuspec
More file actions
34 lines (34 loc) · 2.06 KB
/
mapbox-services.nuspec
File metadata and controls
34 lines (34 loc) · 2.06 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
28
29
30
31
32
33
34
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<!-- Required elements-->
<id>Naxam.Mapbox.Services.Droid</id>
<version>2.2.9.1</version>
<authors>NAXAM</authors>
<owners>NAXAM COMPANY LIMITED</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<title>Naxam - Mapbox Services for Android</title>
<summary>Mapbox Services 2.2.9</summary>
<description>Xamarin.Android binding Library - Mapbox Services</description>
<iconUrl>https://avatars0.githubusercontent.com/u/600935</iconUrl>
<licenseUrl>https://opensource.org/licenses/MIT</licenseUrl>
<projectUrl>https://github.com/NAXAM/mapbox-services-android-binding</projectUrl>
<copyright>Copyright (c) 2017 NAXAM</copyright>
<tags>xamarin, Xamarin.Android, Mapbox, mapbox-services, mapbox-services-java, mapbox-services-android</tags>
<dependencies>
<dependency id="Naxam.Mapbox.MapboxJavaGeojson" version="2.1.3" />
<dependency id="Naxam.SquareUp.OkHttp3.LoggingInterceptor" version="3.6.0" />
<dependency id="Square.Retrofit2" version="2.2.0" />
<dependency id="Naxam.Retrofit2.ConvertGson.Droid" version="2.2.0" />
<dependency id="Naxam.Jakewharton.Timber" version="4.5.1" />
<dependency id="Naxam.Mapbox.Services.Android.Telemetry" version="2.2.9.1" />
<dependency id="Naxam.Mapzen.Lost.Droid" version="3.0.4" />
<dependency id="Xamarin.Android.Support.Compat" version="26.1.0.1" />
<dependency id="Xamarin.Android.Support.v7.AppCompat" version="26.1.0.1" />
</dependencies>
</metadata>
<files>
<file src="Naxam.MapboxServices.Java/bin/Release/Naxam.MapboxServices.Java.dll" target="lib/MonoAndroid10/Naxam.MapboxServices.Java.dll" />
<file src="Naxam.MapboxServices.Droid/bin/Release/Naxam.MapboxServices.Droid.dll" target="lib/MonoAndroid10/Naxam.MapboxServices.Droid.dll" />
</files>
</package>