-
Notifications
You must be signed in to change notification settings - Fork 2
/
accountkit.nuspec
31 lines (31 loc) · 1.66 KB
/
accountkit.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.AccountKit.Droid</id>
<version>4.28.0.1</version>
<authors>NAXAM CO.,LTD</authors>
<owners>NAXAM CO.,LTD</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<title>Naxam - Accountkit for Android</title>
<summary>Xamarin.Android Binding Library - Accountkit</summary>
<description>Xamarin.Android Binding Library - Accountkit</description>
<iconUrl>https://avatars1.githubusercontent.com/u/25535951</iconUrl>
<licenseUrl>https://opensource.org/licenses/MIT</licenseUrl>
<projectUrl>https://github.com/NAXAM/xam-accountkit-android</projectUrl>
<copyright>Copyright (c) 2017 NAXAM</copyright>
<tags>Xamarin.Android, accountkit</tags>
<dependencies>
<dependency id="Xamarin.Android.Support.Design" version="27.0.2.1" />
<dependency id="Xamarin.Android.Support.v4" version="27.0.2.1" />
<dependency id="Xamarin.Android.Support.v7.AppCompat" version="27.0.2.1" />
<dependency id="Naxam.LibPhoneNumber.Droid" version="8.8.9" />
<dependency id="Xamarin.GooglePlayServices.Auth" version="60.1142.1" />
<dependency id="Xamarin.GooglePlayServices.Auth.Api.Phone" version="60.1142.1" />
</dependencies>
</metadata>
<!-- Optional 'files' node -->
<files>
<file src="Naxam.AccountKit.Droid/bin/Release/Naxam.AccountKit.Droid.dll" target="lib/MonoAndroid10/Naxam.AccountKit.Droid.dll" />
</files>
</package>