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