-
Notifications
You must be signed in to change notification settings - Fork 0
/
AndroidIconics.nuspec
31 lines (31 loc) · 1.47 KB
/
AndroidIconics.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:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<metadata>
<id>AndroidIconics.Xamarin.Droid</id>
<version>2.7.0.1</version>
<title>AndroidIconics.Xamarin.Droid</title>
<authors>Mikepenz, EmanuelBalea</authors>
<owners />
<description>C# bindings for https://github.com/mikepenz/Android-Iconics</description>
<summary />
<language>en</language>
<licenseUrl>https://github.com/emanuelbalea/Android-Iconics/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/emanuelbalea/Android-Iconics</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<developmentDependency>false</developmentDependency>
<copyright>Mikepenz, EmanuelBalea</copyright>
<tags>Android-Iconics, Xamarin, Android</tags>
<frameworkAssemblies />
<dependencies>
<group targetFramework="MonoAndroid">
<dependency id="Xamarin.Android.Support.Animated.Vector.Drawable" version="23.4.0" />
<dependency id="Xamarin.Android.Support.v4" version="23.4.0" />
<dependency id="Xamarin.Android.Support.v7.AppCompat" version="23.4.0" />
<dependency id="Xamarin.Android.Support.Vector.Drawable" version="23.4.0" />
</group>
</dependencies>
</metadata>
<files>
<file src="/Users/emanuelbalea/OpenSourceProjects/Android-Iconics/bin/Release/AndroidIconics.dll" target="lib/MonoAndroid403" />
</files>
</package>