-
Notifications
You must be signed in to change notification settings - Fork 1
/
core.nuspec
27 lines (27 loc) · 1.32 KB
/
core.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
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<!-- Required elements-->
<id>Naxam.BrainTree.Core</id>
<version>2.8.1</version>
<description>Xamarin Android Binding Library - BrainTree Core</description>
<authors>NAXAM CO.,LTD</authors>
<owners>NAXAM CO.,LTD</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<title>Naxam - BrainTree Core for Android</title>
<releaseNotes>BrainTree Core v2.8.1</releaseNotes>
<summary>Xamarin Android Binding Library - BrainTree Core</summary>
<iconUrl>https://avatars3.githubusercontent.com/u/3453</iconUrl>
<licenseUrl>https://opensource.org/licenses/MIT</licenseUrl>
<projectUrl>https://github.com/NAXAM/xand-braintree-core</projectUrl>
<copyright>Copyright (c) 2018 NAXAM</copyright>
<tags>Xamarin.Android, braintree, core, braintree-core</tags>
<dependencies>
<dependency id="Naxam.BrainTree.BrowserSwitch.Droid" version="0.1.4" />
</dependencies>
</metadata>
<!-- Optional 'files' node -->
<files>
<file src="Naxam.BrainTree.Core/bin/Release/Naxam.BrainTree.Core.dll" target="lib/MonoAndroid10/Naxam.BrainTree.Core.dll" />
</files>
</package>