forked from AndreiMisiukevich/TouchEffect
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTouchEffect.nuspec
39 lines (39 loc) · 2.32 KB
/
TouchEffect.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
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>TouchView</id>
<version>$version$</version>
<title>TouchView</title>
<authors>Andrei Misiukevich</authors>
<owners>Andrei Misiukevich</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<projectUrl>https://github.com/AndreiMisiukevich/TouchEffect</projectUrl>
<iconUrl>https://cdn0.iconfinder.com/data/icons/iphone-7-airpods-icons-solid-style/24/3d-touch-screen-512.png</iconUrl>
<description>Touch handling for Xamarin Forms</description>
<summary>This plugin provides opportunity to achieve UI-repsonse during touch interaction</summary>
<tags>touchView, touchImage, touchFadeView, touchColorView, touch, gesture, forms, xamarin forms, tapView, ripple</tags>
<dependencies>
<group>
<dependency id="Xamarin.Forms" version="2.4" />
</group>
</dependencies>
</metadata>
<files>
<!--Net Standard-->
<file src="TouchEffect\bin\Release\netstandard2.0\TouchEffect.dll" target="lib\netstandard2.0\TouchEffect.dll" />
<!--Core PCL-->
<file src="TouchEffect\bin\Release\netstandard2.0\TouchEffect.dll" target="lib\portable-win+net45+wp80+win81+wpa81\TouchEffect.dll" />
<!--Xamarin.Android-->
<file src="TouchEffect\bin\Release\netstandard2.0\TouchEffect.dll" target="lib\MonoAndroid10\TouchEffect.dll" />
<file src="TouchEffect.Droid\bin\Release\TouchEffect.Droid.dll" target="lib\MonoAndroid10\TouchEffect.Droid.dll" />
<!--Xamarin.iOS-->
<file src="TouchEffect\bin\Release\netstandard2.0\TouchEffect.dll" target="lib\Xamarin.iOS10\TouchEffect.dll" />
<file src="TouchEffect.iOS\bin\Release\TouchEffect.iOS.dll" target="lib\Xamarin.iOS10\TouchEffect.iOS.dll" />
<!--Windows WinUWP-->
<file src="TouchEffect\bin\Release\netstandard2.0\TouchEffect.dll" target="lib\uap\TouchEffect.dll" />
<file src="TouchEffect.UWP\bin\Release\TouchEffect.UWP.dll" target="lib\uap\TouchEffect.UWP.dll" />
<!--Xamarin.Mac-->
<file src="TouchEffect\bin\Release\netstandard2.0\TouchEffect.dll" target="lib\Xamarin.Mac20\TouchEffect.dll" />
<file src="TouchEffect.Mac\bin\Release\TouchEffect.Mac.dll" target="lib\Xamarin.Mac20\TouchEffect.Mac.dll" />
</files>
</package>