-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.nuspec
29 lines (29 loc) · 1.46 KB
/
package.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
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<!-- Required elements-->
<id>Naxam.ChatKit.Droid</id>
<version>0.2.2</version>
<authors>NAXAM CO.,LTD</authors>
<owners>NAXAM CO.,LTD</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<title>Naxam - ChatKit for Android</title>
<summary>Xamarin.Android Binding Library - ChatKit for Android</summary>
<description>Xamarin.Android Binding Library - ChatKit for Android</description>
<releaseNotes>ChatKit for Android v0.2.2</releaseNotes>
<iconUrl>https://avatars1.githubusercontent.com/u/25535951</iconUrl>
<licenseUrl>https://opensource.org/licenses/MIT</licenseUrl>
<projectUrl>https://github.com/NAXAM/chatkit-android-binding</projectUrl>
<copyright>Copyright (c) 2017 NAXAM</copyright>
<tags>xamarin, Xamarin.Android, chatkit, chat_kit</tags>
<dependencies>
<dependency id="Xamarin.Android.Support.v7.AppCompat" version="25.3.1.0" />
<dependency id="Xamarin.Android.Support.Design" version="25.3.1.0" />
<dependency id="Naxam.Flexbox.Droid" version="0.2.5.1" />
</dependencies>
</metadata>
<!-- Optional 'files' node -->
<files>
<file src="Naxam.ChatKit.Droid/bin/Release/Naxam.ChatKit.Droid.dll" target="lib/MonoAndroid10/Naxam.ChatKit.Droid.dll" />
</files>
</package>