-
Notifications
You must be signed in to change notification settings - Fork 1
/
matisse.nuspec
30 lines (30 loc) · 1.6 KB
/
matisse.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
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<!-- Required elements-->
<id>Naxam.Zhihu.Matisse.Droid</id>
<version>0.4.3.3</version>
<description>Xamarin Binding Library - Zhihu Matisse, a well-designed local image and video selector for Android</description>
<authors>Vu Duc Tuyen</authors>
<owners>NAXAM CO.,LTD</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<title>Naxam - Zhihu Matisse</title>
<releaseNotes>Zhihu Matisse v0.4.3 (remove internal namespace)</releaseNotes>
<summary>Xamarin Binding Library - Zhihu Matisse</summary>
<licenseUrl>https://opensource.org/licenses/MIT</licenseUrl>
<projectUrl>https://github.com/NAXAM/xand-matisse</projectUrl>
<copyright>Copyright (c) 2017 NAXAM</copyright>
<tags>Xamarin.Android, matisse</tags>
<dependencies>
<dependency id="Naxam.Sephiroth.ImageZoom.Droid" version="1.0.4.1"/>
<dependency id="Glide.Xamarin" version="3.7.0" />
<dependency id="Xamarin.Android.Support.v4" version="25.3.1" />
<dependency id="Xamarin.Android.Support.v7.AppCompat" version="25.3.1" />
<dependency id="Xamarin.Android.Support.v7.RecyclerView" version="25.3.1" />
</dependencies>
</metadata>
<!-- Optional 'files' node -->
<files>
<file src="Naxam.Zhihu.Matisse.Droid/bin/Release/Naxam.Zhihu.Matisse.Droid.dll" target="lib/MonoAndroid10/Naxam.Zhihu.Matisse.Droid.dll" />
</files>
</package>