-
Notifications
You must be signed in to change notification settings - Fork 114
/
PanCardView.nuspec
79 lines (68 loc) · 3.95 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>CardsView</id>
<version>2.8.1</version>
<title>CardsView</title>
<authors>Andrei Misiukevich</authors>
<owners>Andrei Misiukevich</owners>
<license type="expression">MIT</license>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<projectUrl>https://github.com/AndreiMisiukevich/CardView</projectUrl>
<icon>images\Cardsview-logotype-main.png</icon>
<description>Cards View</description>
<summary>This package provides opportunity to create swipeable CardsView like Tinder app has, classic CarouselView, CoverFlowView for previewing side elements and CubeView</summary>
<tags>carouselview, cardsview, coverflowview, carousel view, cards view, xamarin, forms, carousel, xamarin.forms, card, cards, cardview, swipeview, swiperview, swipe, tinder swiper, coverflow, cubeView, cube, tabsView, tabView, tabControl, tabsControl, tabs, tab</tags>
<dependencies>
<group>
<dependency id="Xamarin.Forms" version="5.0" />
</group>
<group targetFramework="netstandard10" />
<group targetFramework="netstandard20" />
<group targetFramework="MonoAndroid10" />
<group targetFramework="XamariniOS10" />
<group targetFramework="XamarinMac20" />
<group targetFramework="Xamarin.TVOS" />
<group targetFramework="uap" />
<group targetFramework="win81" />
<group targetFramework="wpa81" />
<group targetFramework="tizen40" />
<group targetFramework="net45" />
<group targetFramework="net46" />
</dependencies>
<releaseNotes>
See Changelog: https://github.com/AndreiMisiukevich/CardView/releases
</releaseNotes>
</metadata>
<files>
<!--Icon-->
<file src="images\Cardsview-logotype-main.png" target="images\" />
<!--Net Standard1.0-->
<file src="PanCardView\bin\Release\netstandard1.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" />
<!--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" />
<!--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" />
<!--Tizen-->
<file src="PanCardView\bin\Release\netstandard2.0\PanCardView.dll" target="lib\tizen40\PanCardView.dll" />
<file src="PanCardView.Tizen\bin\Release\tizen40\PanCardView.Tizen.dll" target="lib\tizen40\PanCardView.Tizen.dll" />
<!--GTK-->
<file src="PanCardView\bin\Release\netstandard2.0\PanCardView.dll" target="lib\net46\PanCardView.dll" />
<!--tvOS-->
<file src="PanCardView\bin\Release\netstandard2.0\PanCardView.dll" target="lib\XamarinTVOS\PanCardView.dll" />
<!--Net 4.5-->
<file src="PanCardView\bin\Release\netstandard2.0\PanCardView.dll" target="lib\net45\PanCardView.dll" />
</files>
</package>