-
Notifications
You must be signed in to change notification settings - Fork 41
Expand file tree
/
Copy pathFloatingActionButtonForms.nuspec
More file actions
61 lines (59 loc) · 2.96 KB
/
Copy pathFloatingActionButtonForms.nuspec
File metadata and controls
61 lines (59 loc) · 2.96 KB
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<?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.FloatingActionButtonForms</id>
<version>3.0.1-beta</version>
<title>Floating Action Button for Xamarin.Forms</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>https://raw.githubusercontent.com/jamesmontemagno/FloatingActionButton-for-Xamarin.Android/master/library/icon.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, xamarin.forms floating action butto, monodroid</tags>
<dependencies>
<group targetFramework="net">
</group>
<group targetFramework="win">
</group>
<group targetFramework="wp">
</group>
<group targetFramework="wpa">
</group>
<group targetFramework="netstandard1.0">
<dependency id="NETStandard.Library" version="1.6.1" />
</group>
<group targetFramework="MonoAndroid10.0">
<dependency id="Refractored.FloatingActionButton" version="3.0.1-beta" />
<dependency id="Xamarin.Forms" version="5.0.0.1874" />
</group>
<group targetFramework="Xamarin.iOS10">
</group>
<group targetFramework="Xamarin.Mac20">
</group>
<group targetFramework="portable-net45+win+wpa81+wp80">
</group>
<group targetFramework="uap">
</group>
<group targetFramework="dotnet">
</group>
<group targetFramework="xamarintvos">
</group>
<group targetFramework="xamarinwatchos">
</group>
</dependencies>
</metadata>
<files>
<file src="FabControl\bin\Release\netstandard1.0\Refractored.FabControl.*" target="lib\netstandard1.0" />
<!--Xamarin.Android-->
<file src="FabControl.Droid\bin\Release\Refractored.FabControl.*" target="lib\MonoAndroid10.0" ></file>
</files>
</package>