forked from fivenine-zurich/UnifiedMaps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathUnifiedMaps.nuspec
25 lines (25 loc) · 1.26 KB
/
UnifiedMaps.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
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata minClientVersion="2.8.1">
<id>UnifiedMaps</id>
<version>2.0.0.0</version>
<title>UnifiedMaps</title>
<authors>Tobias Herrmann, Jan Humbel, Michael Höhn</authors>
<owners>fivenine GmbH</owners>
<licenseUrl>https://github.com/fiveninedigital/UnifiedMaps/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/fiveninedigital/UnifiedMaps/</projectUrl>
<iconUrl>https://raw.githubusercontent.com/fiveninedigital/UnifiedMaps/master/Icon.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Unified Maps provides a Xamarin.Forms map control for iOS and Android apps. It is designed to be a near drop in
replacement for the Xamarin.Forms.Maps package but with enhanced functionality.</description>
<tags>map portable pcl android ios xamarin monoandroid monodroid xamarin.forms</tags>
<dependencies>
<group>
<dependency id="Xamarin.Forms" version="3.0.0.561731" />
</group>
<group targetFramework="MonoAndroid10">
<dependency id="Xamarin.GooglePlayServices.Maps" version="60.1142.1" />
</group>
</dependencies>
</metadata>
</package>