forked from AndreiMisiukevich/CardView
-
Notifications
You must be signed in to change notification settings - Fork 3
/
PanCardView.nuspec
56 lines (47 loc) · 2.84 KB
/
PanCardView.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
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>CardsView</id>
<version>1.6.4-pre</version>
<title>CardsView</title>
<authors>Andrei Misiukevich</authors>
<owners>Andrei Misiukevich</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<projectUrl>https://github.com/AndreiMisiukevich/CardView</projectUrl>
<iconUrl>https://raw.githubusercontent.com/AndreiMisiukevich/CardView/master/images/Cardsview-logotype-main.png</iconUrl>
<description>Cards View</description>
<summary>This package provides opportunity to create swipeable CardsView like in Tinder app has and classic CarouselView</summary>
<tags>carouselview, cardsview, carousel view, cards view, xamarin, forms, carousel, xamarin.forms, card, cards, cardview, panView, pan, swipeview, swiperview, swipe, tinder swiper</tags>
<dependencies>
<group>
<dependency id="Xamarin.Forms" version="2.4" />
</group>
</dependencies>
<releaseNotes>
See Changelog: https://github.com/AndreiMisiukevich/CardView/releases
</releaseNotes>
</metadata>
<files>
<!--Net Standard1.0-->
<file src="PanCardView\bin\Release\netstandard2.0\PanCardView.dll" target="lib\netstandard1.0\PanCardView.dll" />
<!--Net Standard2.0-->
<file src="PanCardView\bin\Release\netstandard2.0\PanCardView.dll" target="lib\netstandard2.0\PanCardView.dll" />
<!--Core PCL-->
<file src="PanCardView\bin\Release\netstandard2.0\PanCardView.dll" target="lib\portable-win+net45+wp80+win81+wpa81\PanCardView.dll" />
<!--Xamarin.Android-->
<file src="PanCardView\bin\Release\netstandard2.0\PanCardView.dll" target="lib\MonoAndroid10\PanCardView.dll" />
<file src="PanCardView.Droid\bin\Release\PanCardView.Droid.dll" target="lib\MonoAndroid10\PanCardView.Droid.dll" />
<!--Xamarin.iOS-->
<file src="PanCardView\bin\Release\netstandard2.0\PanCardView.dll" target="lib\Xamarin.iOS10\PanCardView.dll" />
<file src="PanCardView.iOS\bin\Release\PanCardView.iOS.dll" target="lib\Xamarin.iOS10\PanCardView.iOS.dll" />
<!--Xamarin.Mac-->
<file src="PanCardView\bin\Release\netstandard2.0\PanCardView.dll" target="lib\Xamarin.Mac20\PanCardView.dll" />
<file src="PanCardView.iOS\bin\Release\PanCardView.iOS.dll" target="lib\Xamarin.Mac20\PanCardView.iOS.dll" />
<!--Windows WinUWP-->
<file src="PanCardView\bin\Release\netstandard2.0\PanCardView.dll" target="lib\uap\PanCardView.dll" />
<!--Windows WinRT-->
<file src="PanCardView\bin\Release\netstandard2.0\PanCardView.dll" target="lib\win81\PanCardView.dll" />
<!--Windows RT Phone-->
<file src="PanCardView\bin\Release\netstandard2.0\PanCardView.dll" target="lib\wpa81\PanCardView.dll" />
</files>
</package>