forked from NAXAM/mapbox-xamarin-forms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmapbox.nuspec
55 lines (53 loc) · 2.9 KB
/
mapbox.nuspec
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<!-- Required elements-->
<id>Naxam.Mapbox.Forms</id>
<version>1.0.8.4</version>
<authors>NAXAM</authors>
<owners>NAXAM COMPANY LIMITED</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<title>Naxam - Mapbox for Xamarin.Forms</title>
<description>Mapbox for Xamarin.Forms</description>
<releaseNotes>
- Upgrade to Mapbox v8 (Android), v5 (iOS).
- Several bug fixes for Mapbox Epxression conversion from shared objects
- Allow to move camera to a bounds
- Alllow to get current visible bounds
</releaseNotes>
<copyright>Copyright (c) 2018 NAXAM</copyright>
<license type="expression">Apache-2.0</license>
<projectUrl>https://github.com/naxam/mapbox-xamarin-forms</projectUrl>
<iconUrl>https://avatars3.githubusercontent.com/u/25535951</iconUrl>
<tags>Xamarin.Forms, Xamarin.Android, Xamarin.iOS, Mapbox</tags>
<dependencies>
<group>
<dependency id="Xamarin.Forms" version="3.6.0.709228" />
<dependency id="GeoJSON.Net" version="1.1.73" />
</group>
<group targetFramework="MonoAndroid10">
<dependency id="Newtonsoft.Json" version="12.0.2" />
<dependency id="Naxam.Mapbox.Droid" version="8.4.0" />
<dependency id="Naxam.MapboxAnnotation.Droid" version="0.7.0.2" />
<dependency id="Naxam.MapboxGestures.Droid" version="0.5.1.1" />
<dependency id="Naxam.MapboxAccounts.Droid" version="0.2.0" />
<dependency id="Naxam.MapboxBuilding.Droid" version="0.6.0" />
<dependency id="Naxam.MapboxTraffic.Droid" version="0.9.0" />
</group>
<group targetFramework="Xamarin.iOS10">
<dependency id="Naxam.Mapbox.iOS" version="5.4.0" />
</group>
</dependencies>
</metadata>
<!-- Optional 'files' node -->
<files>
<!--PCL-->
<file src="Naxam.Mapbox.Forms/bin/Release/netstandard2.0/Naxam.Mapbox.Forms.dll" target="lib/netstandard2.0/Naxam.Mapbox.Forms.dll" />
<!--Android-->
<file src="Naxam.Mapbox.Forms/bin/Release/netstandard2.0/Naxam.Mapbox.Forms.dll" target="lib/MonoAndroid10/Naxam.Mapbox.Forms.dll" />
<file src="Naxam.Mapbox.Platform.Droid/bin/Release/Naxam.Mapbox.Platform.Droid.dll" target="lib/MonoAndroid10/Naxam.Mapbox.Platform.Droid.dll" />
<!--iOS-->
<file src="Naxam.Mapbox.Forms/bin/Release/netstandard2.0/Naxam.Mapbox.Forms.dll" target="lib/Xamarin.iOS10/Naxam.Mapbox.Forms.dll" />
<file src="Naxam.Mapbox.Platform.iOS/bin/Release/Naxam.Mapbox.Platform.iOS.dll" target="lib/Xamarin.iOS10/Naxam.Mapbox.Platform.iOS.dll" />
</files>
</package>