-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathadyencore.nuspec
33 lines (33 loc) · 1.76 KB
/
adyencore.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
<?xml version="1.0" encoding="utf-8"?>
<package
xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<!-- Required elements-->
<id>Naxam.AdyenCore.Droid</id>
<version>1.7.1.1</version>
<description>Xamarin Binding Library - AdyenCore Android SDK</description>
<authors>NAXAM CO.,LTD</authors>
<owners>NAXAM CO.,LTD</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<title>Naxam - AdyenCore for Android</title>
<summary>Xamarin Binding Library - AdyenCore Android SDK</summary>
<iconUrl>https://www.adyen.com/dam/jcr:39adc4db-76f7-4b9e-aec6-bfa21db4153c/adyen-logo-green.png</iconUrl>
<licenseUrl>https://opensource.org/licenses/MIT</licenseUrl>
<projectUrl>https://github.com/NAXAM/adyen-android-binding/</projectUrl>
<copyright>Copyright (c) 2017-present NAXAM</copyright>
<tags>Xamarin.Android, AdyenCore, sdk</tags>
<dependencies>
<dependency id="Xamarin.Android.Support.v7.AppCompat" version="25.4.0.2" />
<dependency id="Xamarin.Android.Support.CustomTabs" version="25.4.0.2" />
<dependency id="Xamarin.Android.Support.Annotations" version="25.4.0.2" />
<dependency id="Naxam.ReactiveStreams.Droid" version="1.0.0" />
<dependency id="Naxam.RxAndroid.Droid" version="2.0.1" />
<dependency id="Naxam.RxJava2.Droid" version="2.1.2" />
<dependency id="Naxam.AdyenCSE.Droid" version="1.0.3.1" />
</dependencies>
</metadata>
<!-- Optional 'files' node -->
<files>
<file src="Naxam.AdyenCore.Droid/bin/Release/Naxam.AdyenCore.Droid.dll" target="lib/MonoAndroid10/Naxam.AdyenCore.Droid.dll" />
</files>
</package>