-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathFlipper.Forms.nuspec
More file actions
40 lines (39 loc) · 2.63 KB
/
Flipper.Forms.nuspec
File metadata and controls
40 lines (39 loc) · 2.63 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
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Flipper.Forms</id>
<version>1.0.3-Pre5</version>
<title>Flipper Forms Controls</title>
<authors>Johan Karlsson, Daniel Hindrikes</authors>
<licenseUrl>http://opensource.org/licenses/MIT</licenseUrl>
<projectUrl>https://github.com/johankson/flipper</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>A simple package of fine controls. Containing three controls. First one being an image carousel that performs well for a lot of images (iOS, Android and WP), a CardView control for Android and a RangeSlider for iOS and Windows Phone.</description>
<summary>MIT license</summary>
<releaseNotes>
Checkout the github-wiki at the project URL for documentation.
Version 1.0.3-Pre 5 - Updated forms to 1.5.1
Version 1.0.3-Pre 4 - Bug fix for Android SwiperView.
Version 1.0.3-Pre 3 - Bug fix for Android SwiperView.
Version 1.0.3-Pre 2 - SwiperView for Android is now working inside a ScrollView.
Version 1.0.3-Pre 1 - RangeSlider for iOS and Windows Phone
Version 1.0.2 - The loading text can now be set
</releaseNotes>
<dependencies>
<dependency id="Xamarin.Forms" version="1.4.2.6359" />
<dependency id="modernhttpclient" version="2.4.1" />
</dependencies>
</metadata>
<files>
<file src="content\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\LinkerBeGone.cs.pp"
target="content\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10" />
<file src="content\Xamarin.iOS10\LinkerBeGone.cs.pp" target="content\Xamarin.iOS10" />
<file src="Flipper.Droid\bin\Release\Flipper.dll" target="lib\MonoAndroid10\Flipper.dll" />
<file src="Flipper.Droid\bin\Release\Flipper.Droid.dll" target="lib\MonoAndroid10\Flipper.Droid.dll" />
<file src="Flipper\bin\Release\Flipper.dll" target="lib\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Flipper.dll" />
<file src="Flipper.WinPhone\Bin\Release\Flipper.dll" target="lib\wp8\Flipper.dll" />
<file src="Flipper.WinPhone\Bin\Release\Flipper.WinPhone.dll" target="lib\wp8\Flipper.WinPhone.dll" />
<file src="Flipper.iOS\bin\iPhone\Release\Flipper.dll" target="lib\Xamarin.iOS10\Flipper.dll" />
<file src="Flipper.iOS\bin\iPhone\Release\FlipperiOS.dll" target="lib\Xamarin.iOS10\FlipperiOS.dll" />
</files>
</package>