-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathFloatingActionButton-Xamarin.nuspec
25 lines (25 loc) · 1.24 KB
/
FloatingActionButton-Xamarin.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
<?xml version="1.0" encoding="utf-8"?>
<package >
<metadata>
<id>FAB.XamarinAndroid</id>
<version>1.6.4.0</version>
<title>FAB for Xamarin.Android</title>
<authors>Fabio Nuno</authors>
<owners>Fabio Nuno</owners>
<projectUrl>https://github.com/fabionuno/FloatingActionButton-Xamarin.Android</projectUrl>
<licenseUrl>https://github.com/fabionuno/FloatingActionButton-Xamarin.Android/blob/master/LICENSE.md</licenseUrl>
<iconUrl>https://raw.githubusercontent.com/fabionuno/FloatingActionButton-Xamarin.Android/master/art/nugeticon.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Yet another implementation of Floating Action Button for Android with lots of features.</description>
<releaseNotes>
Supports Clans FloatingActionButton version 1.6.4;
More details in https://github.com/Clans/FloatingActionButton/wiki/Changelog
</releaseNotes>
<summary>This is a Java bind of Clans's Floating Action Button </summary>
<copyright>Copyright 2016</copyright>
<tags>fab, floating action button, xamarin, xamarin android</tags>
</metadata>
<files>
<file src="FAB.Bind/bin/Release/FloatingActionButton-Xamarin.*" target="lib\MonoAndroid50" />
</files>
</package>