-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFloatingActionButton.nuspec
35 lines (32 loc) · 2.19 KB
/
FloatingActionButton.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
32
33
34
35
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata minClientVersion="2.8.1">
<id>Refractored.FloatingActionButton</id>
<version>1.3.4</version>
<title>Floating Action Button for Xamarin.Android</title>
<authors>James Montemagno</authors>
<owners>James Montemagno</owners>
<licenseUrl>https://github.com/jamesmontemagno/FloatingActionButton-for-Xamarin.Android/blob/master/LICENSE.md</licenseUrl>
<projectUrl>https://github.com/jamesmontemagno/FloatingActionButton-for-Xamarin.Android</projectUrl>
<!--Default Icon, a template can be found: https://raw.githubusercontent.com/jamesmontemagno/Xamarin-Templates/master/Plugins-Templates/icons/plugin_icon.png-->
<iconUrl>http://www.refractored.com/images/fab.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>
Android floating action button that can react to scrolling events. Becomes visible when an attached target is scrolled up and invisible when scrolled down.
</description>
<releaseNotes>
See change log at: https://github.com/jamesmontemagno/FloatingActionButton-for-Xamarin.Android/blob/master/CHANGELOG.md
</releaseNotes>
<summary>Android floating action button which reacts on scrolling events. Becomes visible when an attached target is scrolled up and invisible when scrolled down. See Project Site for Sample.</summary>
<tags>xamarin, xamarin.android, android, fab, floating action butto, monodroid</tags>
<dependencies>
<dependency id="Xamarin.Android.Support.v7.RecyclerView" version="22.1.1.1" />
</dependencies>
</metadata>
<files>
<!--Xamarin.Android-->
<file src="library\bin\Release\Refractored.FloatingActionButton.dll" target="lib\MonoAndroid10\Refractored.FloatingActionButton.dll" />
<file src="library\bin\Release\Refractored.FloatingActionButton.xml" target="lib\MonoAndroid10\Refractored.FloatingActionButton.xml" />
<file src="library\bin\Release\Refractored.FloatingActionButton.pdb" target="lib\MonoAndroid10\Refractored.FloatingActionButton.pdb" />
</files>
</package>