-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathAndroidAboutPage.nuspec
30 lines (30 loc) · 1.61 KB
/
AndroidAboutPage.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
<package xmlns="http://schemas.microsoft.com/packaging/2013/01/nuspec.xsd">
<metadata>
<id>AndroidAboutPage</id>
<version>1.2.2</version>
<title>About Page for Xamarin Android</title>
<authors>Yauheni Pakala</authors>
<owners>Yauheni Pakala</owners>
<licenseUrl>https://github.com/wcoder/AndroidAboutPage/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/wcoder/AndroidAboutPage</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Create an awesome About Page for your Android App in 2 minutes</description>
<tags>xamarin android monodroid xamarin.android about page</tags>
<dependencies>
<group targetFramework="MonoAndroid">
<dependency id="Xamarin.Android.Support.Animated.Vector.Drawable" version="25.3.1" />
<dependency id="Xamarin.Android.Support.Annotations" version="25.3.1" />
<dependency id="Xamarin.Android.Support.Compat" version="25.3.1" />
<dependency id="Xamarin.Android.Support.Core.UI" version="25.3.1" />
<dependency id="Xamarin.Android.Support.Core.Utils" version="25.3.1" />
<dependency id="Xamarin.Android.Support.Fragment" version="25.3.1" />
<dependency id="Xamarin.Android.Support.Media.Compat" version="25.3.1" />
<dependency id="Xamarin.Android.Support.v7.AppCompat" version="25.3.1" />
<dependency id="Xamarin.Android.Support.Vector.Drawable" version="25.3.1" />
</group>
</dependencies>
</metadata>
<files>
<file src="src\bin\Release\AndroidAboutPage.dll" target="lib\MonoAndroid\AndroidAboutPage.dll" />
</files>
</package>