-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathColorThief.Forms.nuspec
56 lines (48 loc) · 3.63 KB
/
ColorThief.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
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata minClientVersion="2.8.3">
<id>ksemenenko.ColorThief.Forms</id>
<version>1.1.1.4</version>
<title>ColorThief for Xamarin Forms</title>
<authors>ksemenenko</authors>
<owners>ksemenenko</owners>
<licenseUrl>https://github.com/KSemenenko/ColorThief/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/KSemenenko/ColorThief</projectUrl>
<iconUrl>https://raw.githubusercontent.com/KSemenenko/ColorThief/master/icon.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>
A code for grabbing the color palette from an image. Uses C# and .NET to make it happen.
</description>
<summary> A code for grabbing the color palette from an image. Uses C# and .NET to make it happen.</summary>
<tags>ColorThief, Color, Thief, .net, xamarin, pcl, plugin, windows phone, uwp, winphone, wp8, winrt, android, xamarin.forms, ios, mac, version</tags>
<dependencies>
<dependency id="Xamarin.Forms" version="2.3.0.107" />
</dependencies>
</metadata>
<files>
<!--Portable Profile259 -->
<file src="ColorThief.Forms\bin\Release\ColorThief.Forms.dll" target="lib\portable-net45+win8+wpa81+wp8\ColorThief.Forms.dll" />
<file src="ColorThief.Forms\bin\Release\ColorThief.Forms.xml" target="lib\portable-net45+win8+wpa81+wp8\ColorThief.Forms.xml" />
<file src="ColorThief.Forms\bin\Release\ColorThief.Forms.pdb" target="lib\portable-net45+win8+wpa81+wp8\ColorThief.Forms.pdb" />
<!--Portable Profile111 -->
<file src="ColorThief.Forms\bin\Release\ColorThief.Forms.dll" target="lib\portable-net45+win8+wpa81\ColorThief.Forms.dll" />
<file src="ColorThief.Forms\bin\Release\ColorThief.Forms.xml" target="lib\portable-net45+win8+wpa818\ColorThief.Forms.xml" />
<file src="ColorThief.Forms\bin\Release\ColorThief.Forms.pdb" target="lib\portable-net45+win8+wpa81\ColorThief.Forms.pdb" />
<!--Portable Profile78 -->
<file src="ColorThief.Forms\bin\Release\ColorThief.Forms.dll" target="lib\portable-net45+win8+wp8\ColorThief.Forms.dll" />
<file src="ColorThief.Forms\bin\Release\ColorThief.Forms.xml" target="lib\portable-net45+win8+wp8\ColorThief.Forms.xml" />
<file src="ColorThief.Forms\bin\Release\ColorThief.Forms.pdb" target="lib\portable-net45+win8+wp8\ColorThief.Forms.pdb" />
<!--Xamarin.Android-->
<file src="ColorThief.Forms.Android\bin\Release\ColorThief.Forms.Android.dll" target="lib\MonoAndroid10\ColorThief.Forms.Android.dll" />
<file src="ColorThief.Forms.Android\bin\Release\ColorThief.Forms.Android.xml" target="lib\MonoAndroid10\ColorThief.Forms.Android.xml" />
<file src="ColorThief.Forms.Android\bin\Release\ColorThief.Forms.Android.pdb" target="lib\MonoAndroid10\ColorThief.Forms.Android.pdb" />
<!--Xamarin.iOS-->
<file src="ColorThief.Forms.iOS\bin\Release\ColorThief.Forms.iOS.dll" target="lib\Xamarin.iOS10\ColorThief.Forms.iOS.dll" />
<file src="ColorThief.Forms.iOS\bin\Release\ColorThief.Forms.iOS.xml" target="lib\Xamarin.iOS10\ColorThief.Forms.iOS.xml" />
<file src="ColorThief.Forms.iOS\bin\Release\ColorThief.Forms.iOS.pdb" target="lib\Xamarin.iOS10\ColorThief.Forms.iOS.pdb" />
<!--UWP-->
<file src="ColorThief.Forms.UWP\bin\Release\ColorThief.Forms.UWP.dll" target="lib\UAP10\ColorThief.Forms.UWP.dll" />
<file src="ColorThief.Forms.UWP\bin\Release\ColorThief.Forms.UWP.xml" target="lib\UAP10\ColorThief.Forms.UWP.xml" />
<file src="ColorThief.Forms.UWP\bin\Release\ColorThief.Forms.UWP.pdb" target="lib\UAP10\ColorThief.Forms.UWP.pdb" />
</files>
</package>