-
Notifications
You must be signed in to change notification settings - Fork 0
/
AmigosSDK.nuspec
38 lines (36 loc) · 1.27 KB
/
AmigosSDK.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
<?xml version="1.0" encoding="utf-8"?>
<package >
<metadata>
<id>AmigosSDK</id>
<version>0.0.32</version>
<authors>RideAmigos</authors>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="expression">MIT</license>
<description>Embed RideAmigos content in a Xamarin Forms app</description>
<releaseNotes>--</releaseNotes>
<copyright>--</copyright>
<tags></tags>
<dependencies>
<group targetFramework="netstandard2.0">
<dependency id="Xamarin.Forms" version="4.5.0.530" />
<dependency id="Newtonsoft.Json" version="13.0.1"/>
</group>
<group targetFramework="MonoAndroid10">
<dependency id="Xamarin.Forms" version="4.5.0.530" />
<dependency id="Newtonsoft.Json" version="13.0.1"/>
</group>
<group targetFramework="Xamarin.iOS10">
<dependency id="Xamarin.Forms" version="4.5.0.530" />
<dependency id="Newtonsoft.Json" version="13.0.1"/>
</group>
</dependencies>
</metadata>
<files>
<!-- netstandard2.0 -->
<file src="AmigosSDK.Abstractions\bin\Release\netstandard2.0\*" target="lib\netstandard2.0" />
<!-- Android -->
<file src="AmigosSDK.Droid\bin\Release\*" target="lib\MonoAndroid10" />
<!-- iOS -->
<file src="AmigosSDK.iOS\bin\Release\Amigos*" target="lib\Xamarin.iOS10" />
</files>
</package>