-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathXamMapz.nuspec
50 lines (50 loc) · 2.58 KB
/
XamMapz.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
<?xml version="1.0"?>
<package >
<metadata>
<id>XamMapz</id>
<version>2.3.0.107</version>
<title>XamMapz</title>
<authors>Gabor Nemeth</authors>
<owners>Gabor Nemeth</owners>
<licenseUrl>https://github.com/gabornemeth/XamMapz/blob/master/LICENSE.md</licenseUrl>
<projectUrl>https://github.com/gabornemeth/XamMapz/</projectUrl>
<!-- <iconUrl>http://ICON_URL_HERE_OR_DELETE_THIS_LINE</iconUrl>-->
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Advanced map control for Xamarin Forms.</description>
<releaseNotes>Update to Xamarin.Forms 2.3.0.107</releaseNotes>
<copyright>Copyright - Gabor Nemeth © 2015-2016</copyright>
<tags>xamarin forms maps</tags>
<dependencies>
<group targetFramework="portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10">
<dependency id="Xamarin.Forms" version="2.3.0.107" />
<dependency id="Xamarin.Forms.Maps" version="2.3.0.107" />
</group>
<group targetFramework="Xamarin.iOS10">
<dependency id="Xamarin.Forms" version="2.3.0.107" />
<dependency id="Xamarin.Forms.Maps" version="2.3.0.107" />
</group>
<group targetFramework="MonoAndroid60">
<dependency id="Xamarin.Android.Support.Design" version="23.3.0" />
<dependency id="Xamarin.Android.Support.v4" version="23.3.0" />
<dependency id="Xamarin.Android.Support.v7.AppCompat" version="23.3.0" />
<dependency id="Xamarin.Android.Support.v7.CardView" version="23.3.0" />
<dependency id="Xamarin.Android.Support.v7.MediaRouter" version="23.3.0" />
<dependency id="Xamarin.Forms" version="2.3.0.107" />
<dependency id="Xamarin.Forms.Maps" version="2.3.0.107" />
<dependency id="Xamarin.GooglePlayServices.Base" version="29.0.0.1" />
<dependency id="Xamarin.GooglePlayServices.Basement" version="29.0.0.1" />
<dependency id="Xamarin.GooglePlayServices.Maps" version="29.0.0.1" />
</group>
</dependencies>
</metadata>
<files>
<!-- Portable -->
<file src="XamMapz/bin/Release/XamMapz.dll" target="lib/portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10" />
<!-- Xamarin.iOS -->
<file src="XamMapz.iOS/bin/Release/XamMapz.dll" target="lib/Xamarin.iOS10" />
<file src="XamMapz.iOS/bin/Release/XamMapz.iOS.dll" target="lib/Xamarin.iOS10" />
<!-- Xamarin.Android -->
<file src="XamMapz.Droid/bin/Release/XamMapz.dll" target="lib/MonoAndroid60" />
<file src="XamMapz.Droid/bin/Release/XamMapz.Droid.dll" target="lib/MonoAndroid60" />
</files>
</package>