forked from roubachof/Sharpnado.Presentation.Forms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Sharpnado.Presentation.Forms.nuspec
99 lines (84 loc) · 6.18 KB
/
Sharpnado.Presentation.Forms.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
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Sharpnado.Presentation.Forms</id>
<version>$version$</version>
<copyright>Sharpnado 2019</copyright>
<title>A Collection of Xamarin.Forms components including HorizontalListView (CollectionView) and TaskLoaderView</title>
<authors>Jean-Marie Alfonsi</authors>
<owners></owners>
<licenseUrl>https://github.com/roubachof/Sharpnado.Presentation.Forms/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/roubachof/Sharpnado.Presentation.Forms</projectUrl>
<iconUrl>https://avatars3.githubusercontent.com/u/596903?s=460&v=4</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<repository url="https://github.com/roubachof/Sharpnado.Presentation.Forms" />
<summary>Collection of Xamarin.Forms components including HorizontalListView (CollectionView) and TaskLoaderView</summary>
<tags>xamarin.forms android ios netstandard horizontallistview taskloaderview collectionview gridview carouselview</tags>
<releaseNotes>Pure Xamarin.Forms tabs:
* Top tabs (android tabs style)
* Bottom bar tabs (ios tabs style)
* Custom tabs (be creative just implement TabItem)
* Independent ```ViewSwitcher```
</releaseNotes>
<description>
Collection of Xamarin.Forms components.
Pure Xamarin.Forms tabs:
* Top tabs (android tabs style)
* Bottom bar tabs (ios tabs style)
* Custom tabs (be creative just implement TabItem)
* Independent ```ViewSwitcher```
The TaskLoaderView displays an ActivityLoader while loading then:
* Handles error with custom messages and icons
* Handles empty states
* Don't show activity loader for refresh scenarios (if data is already shown)
* Handles retry with button
HorizontalListView for Xamarin Forms (close to a CollectionView):
* Carousel layout
* Column count
* Snapping on first or middle element
* Padding and item spacing
* Handles NotifyCollectionChangedAction Add Remove and Reset actions
* View recycling
* RecyclerView on Android
* UICollectionView on iOS
Grid ListView (HorizontalListView with ListLayout set to Grid):
* Column count
* Drag And Drop
* Padding and item spacing
* Handles NotifyCollectionChangedAction Add Remove and Reset actions
* View recycling
IMPORTANT: On platform projects, call SharpnadoInitializer.Initialize() after Xamarin.Forms.Forms.Init() and before LoadApplication(new App()).
</description>
<dependencies>
<group>
<dependency id="Xamarin.Forms" version="2.5.1" exclude="Build,Analyzers"/>
</group>
</dependencies>
</metadata>
<files>
<!--Net Standard-->
<file src="Sharpnado.Presentation.Forms\bin\Release\netstandard2.0\Sharpnado.Presentation.Forms.dll" target="lib\netstandard2.0\Sharpnado.Presentation.Forms.dll" />
<file src="Sharpnado.Presentation.Forms\bin\Release\netstandard2.0\Sharpnado.Presentation.Forms.pdb" target="lib\netstandard2.0\Sharpnado.Presentation.Forms.pdb" />
<file src="Sharpnado.Presentation.Forms\bin\Release\netstandard2.0\Sharpnado.Infrastructure.dll" target="lib\netstandard2.0\Sharpnado.Infrastructure.dll" />
<file src="Sharpnado.Presentation.Forms\bin\Release\netstandard2.0\Sharpnado.Infrastructure.pdb" target="lib\netstandard2.0\Sharpnado.Infrastructure.pdb" />
<!--Core PCL-->
<file src="Sharpnado.Presentation.Forms\bin\Release\netstandard2.0\Sharpnado.Presentation.Forms.dll" target="lib\portable-win+net45+wp80+win81+wpa81\Sharpnado.Presentation.Forms.dll" />
<file src="Sharpnado.Presentation.Forms\bin\Release\netstandard2.0\Sharpnado.Presentation.Forms.pdb" target="lib\portable-win+net45+wp80+win81+wpa81\Sharpnado.Presentation.Forms.pdb" />
<file src="Sharpnado.Presentation.Forms\bin\Release\netstandard2.0\Sharpnado.Infrastructure.dll" target="lib\portable-win+net45+wp80+win81+wpa81\Sharpnado.Infrastructure.dll" />
<file src="Sharpnado.Presentation.Forms\bin\Release\netstandard2.0\Sharpnado.Infrastructure.pdb" target="lib\portable-win+net45+wp80+win81+wpa81\Sharpnado.Infrastructure.pdb" />
<!--Xamarin.Android-->
<file src="Sharpnado.Presentation.Forms.Droid\bin\Release\Sharpnado.Presentation.Forms.Droid.dll" target="lib\MonoAndroid10\Sharpnado.Presentation.Forms.Droid.dll" />
<file src="Sharpnado.Presentation.Forms.Droid\bin\Release\Sharpnado.Presentation.Forms.Droid.pdb" target="lib\MonoAndroid10\Sharpnado.Presentation.Forms.Droid.pdb" />
<file src="Sharpnado.Presentation.Forms.Droid\bin\Release\Sharpnado.Presentation.Forms.dll" target="lib\MonoAndroid10\Sharpnado.Presentation.Forms.dll" />
<file src="Sharpnado.Presentation.Forms.Droid\bin\Release\Sharpnado.Presentation.Forms.pdb" target="lib\MonoAndroid10\Sharpnado.Presentation.Forms.pdb" />
<file src="Sharpnado.Presentation.Forms.Droid\bin\Release\Sharpnado.Infrastructure.dll" target="lib\MonoAndroid10\Sharpnado.Infrastructure.dll" />
<file src="Sharpnado.Presentation.Forms.Droid\bin\Release\Sharpnado.Infrastructure.pdb" target="lib\MonoAndroid10\Sharpnado.Infrastructure.pdb" />
<!--Xamarin.iOS-->
<file src="Sharpnado.Presentation.Forms.iOS\bin\Release\Sharpnado.Presentation.Forms.iOS.dll" target="lib\Xamarin.iOS10\Sharpnado.Presentation.Forms.iOS.dll" />
<file src="Sharpnado.Presentation.Forms.iOS\bin\Release\Sharpnado.Presentation.Forms.iOS.pdb" target="lib\Xamarin.iOS10\Sharpnado.Presentation.Forms.iOS.pdb" />
<file src="Sharpnado.Presentation.Forms.iOS\bin\Release\Sharpnado.Presentation.Forms.dll" target="lib\Xamarin.iOS10\Sharpnado.Presentation.Forms.dll" />
<file src="Sharpnado.Presentation.Forms.iOS\bin\Release\Sharpnado.Presentation.Forms.pdb" target="lib\Xamarin.iOS10\Sharpnado.Presentation.Forms.pdb" />
<file src="Sharpnado.Presentation.Forms.iOS\bin\Release\Sharpnado.Infrastructure.dll" target="lib\Xamarin.iOS10\Sharpnado.Infrastructure.dll" />
<file src="Sharpnado.Presentation.Forms.iOS\bin\Release\Sharpnado.Infrastructure.pdb" target="lib\Xamarin.iOS10\Sharpnado.Infrastructure.pdb" />
</files>
</package>