This repository has been archived by the owner on Feb 14, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 31
/
PayPal.Forms.nuspec
71 lines (68 loc) · 3.93 KB
/
PayPal.Forms.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>PayPal.Forms</id>
<version>2.18.6</version>
<title>PayPal Plugin for Xamarin.Forms</title>
<authors>Alejandro Ruiz</authors>
<owners>Alejandro Ruiz</owners>
<iconUrl>http://alejandroruizvarela.com/images/formspaypallogo.png</iconUrl>
<licenseUrl>https://raw.githubusercontent.com/AlejandroRuiz/PayPal.Forms/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/AlejandroRuiz/PayPal.Forms</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>PayPal PlugIn for Xamarin.Forms.</description>
<summary>PayPal PlugIn for Xamarin.Forms.</summary>
<tags>xamarin, pcl, xam.pcl, plugin, plugin for xamarin.forms, android, xamarin.forms, ios, paypal</tags>
<dependencies>
<group targetFramework="win">
<dependency id="Newtonsoft.Json" version="12.0.1" />
<dependency id="Xamarin.Forms" version="3.4.0.1029999" />
</group>
<group targetFramework="netstandard1.0">
<dependency id="NETStandard.Library" version="1.6.1" />
<dependency id="Newtonsoft.Json" version="12.0.1" />
<dependency id="Xamarin.Forms" version="3.4.0.1029999" />
</group>
<group targetFramework="portable-net45+win+wpa81+wp80">
<dependency id="Newtonsoft.Json" version="12.0.1" />
<dependency id="Xamarin.Forms" version="3.4.0.1029999" />
</group>
<group targetFramework="net">
<dependency id="Newtonsoft.Json" version="12.0.1" />
<dependency id="Xamarin.Forms" version="3.4.0.1029999" />
</group>
<group targetFramework="MonoAndroid10">
<dependency id="Newtonsoft.Json" version="12.0.1" />
<dependency id="Xamarin.Forms" version="3.4.0.1029999" />
<dependency id="Xamarin.PayPal.Android" version="2.18.1" />
</group>
<group targetFramework="Xamarin.iOS10">
<dependency id="Newtonsoft.Json" version="12.0.1" />
<dependency id="Xamarin.Forms" version="3.4.0.1029999" />
<dependency id="Xamarin.PayPal.iOS" version="2.18.0" />
</group>
<group targetFramework="portable-net45+win8+wpa81+wp8">
<dependency id="Newtonsoft.Json" version="12.0.1" />
<dependency id="Xamarin.Forms" version="3.4.0.1029999" />
</group>
<group targetFramework="dotnet">
<dependency id="Newtonsoft.Json" version="12.0.1" />
<dependency id="Xamarin.Forms" version="3.4.0.1029999" />
</group>
</dependencies>
</metadata>
<files>
<!--PCL-->
<file src="MobileApps/PayPal.Forms/PayPal.Forms/PayPal.Forms/bin/Release/PayPal.Forms.Abstractions.dll" target="lib/portable-win+net45+wp80+win81+wpa81" />
<file src="MobileApps/PayPal.Forms/PayPal.Forms/PayPal.Forms/bin/Release/PayPal.Forms.dll" target="lib/portable-win+net45+wp80+win81+wpa81" />
<!--netstandard-->
<file src="MobileApps/PayPal.Forms/PayPal.Forms/PayPal.Forms/bin/Release/PayPal.Forms.Abstractions.dll" target="lib/netstandard1.0" />
<file src="MobileApps/PayPal.Forms/PayPal.Forms/PayPal.Forms/bin/Release/PayPal.Forms.dll" target="lib/netstandard1.0" />
<!--Android-->
<file src="MobileApps/PayPal.Forms/PayPal.Forms/PayPal.Forms.Android/bin/Release/PayPal.Forms.dll" target="lib/MonoAndroid10" />
<file src="MobileApps/PayPal.Forms/PayPal.Forms/PayPal.Forms.Android/bin/Release/PayPal.Forms.Abstractions.dll" target="lib/MonoAndroid10" />
<!--iOS Unified-->
<file src="MobileApps/PayPal.Forms/PayPal.Forms/PayPal.Forms.iOS/bin/Release/PayPal.Forms.dll" target="lib/Xamarin.iOS10" />
<file src="MobileApps/PayPal.Forms/PayPal.Forms/PayPal.Forms.iOS/bin/Release/PayPal.Forms.Abstractions.dll" target="lib/Xamarin.iOS10" />
</files>
</package>