-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathXAB.Matisse.nuspec
30 lines (29 loc) · 1.43 KB
/
XAB.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/2012/06/nuspec.xsd">
<metadata>
<id>XAB.Matisse</id>
<version>0.5.1.181107</version>
<title>Xamarin Android Binding Library - Matisse</title>
<authors>https://github.com/AigioL</authors>
<owners>https://github.com/AigioL</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<licenseUrl>https://raw.githubusercontent.com/AigioL/XAB.Matisse/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/AigioL/XAB.Matisse</projectUrl>
<description>Matisse Binding for Xamarin Android. https://github.com/zhihu/Matisse
Commonly Used Types:
com.zhihu.matisse.Matisse -> Com.Zhihu.Matisse.Matisse</description>
<tags>Matisse Xamarin Plugin Binding Xamarin.Android</tags>
<repository type="git" url="https://github.com/AigioL/XAB.Matisse.git" />
<dependencies>
<group targetFramework="MonoAndroid8.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="Xamarin.Android.Support.Annotations" version="27.0.2.1" />
<dependency id="Xamarin.Android.Support.v7.RecyclerView" version="27.0.2.1" />
</group>
</dependencies>
</metadata>
<files>
<file src="./Matisse/bin/Release/XAB.Matisse.dll" target="lib\MonoAndroid81\XAB.Matisse.dll" />
</files>
</package>