This repository has been archived by the owner on Sep 5, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathdropin.nuspec
31 lines (31 loc) · 1.73 KB
/
dropin.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
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<!-- Required elements-->
<id>Naxam.BraintreeDropIn.Droid</id>
<version>3.2.0</version>
<authors>NAXAM CO.,LTD</authors>
<owners>NAXAM CO.,LTD</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<title>Naxam - Braintree for Android - DropIn</title>
<summary>Xamarin.Android Binding Library - Braintree for Android - DropIn</summary>
<description>Xamarin.Android Binding Library - Braintree for Android - DropIn</description>
<releaseNotes>Braintree for Android - DropIn v3.2.0</releaseNotes>
<iconUrl>https://avatars3.githubusercontent.com/u/3453</iconUrl>
<licenseUrl>https://opensource.org/licenses/MIT</licenseUrl>
<projectUrl>https://github.com/NAXAM/braintreedropin-android-binding</projectUrl>
<copyright>Copyright (c) 2018 NAXAM</copyright>
<tags>Xamarin.Android, braintree, braintreepayments, dropin, drop-in</tags>
<dependencies>
<dependency id="Xamarin.GooglePlayServices.Wallet" version="60.1142.0" />
<dependency id="Naxam.BrainTree.Droid" version="2.10.0" />
<dependency id="Naxam.BrainTree.Core" version="2.10.0" />
<dependency id="Naxam.BrainTreeCardForm.Droid" version="3.1.1" />
<dependency id="Xamarin.Android.Support.v7.CardView" version="26.1.0.1" />
</dependencies>
</metadata>
<!-- Optional 'files' node -->
<files>
<file src="Naxam.BraintreeDropIn.Droid/bin/Release/Naxam.BraintreeDropIn.Droid.dll" target="lib/MonoAndroid10/Naxam.BraintreeDropIn.Droid.dll" />
</files>
</package>