forked from luberda-molinet/WebP.Touch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
WebPTouch.nuspec
33 lines (32 loc) · 1.67 KB
/
WebPTouch.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
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata minClientVersion="2.8.1">
<id>WebP.Touch</id>
<version>1.0.8.3</version>
<title>Xamarin iOS/Mac bindings to decode WebP file format</title>
<authors>Daniel Luberda, Molinet Fabien, Cosmin Gordea</authors>
<owners></owners>
<projectUrl>https://github.com/molinch/WebP.Touch</projectUrl>
<iconUrl>http://rincliu.com/images/20130710_webp.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>
Xamarin iOS/Mac bindings to decode WebP file format.
</description>
<releaseNotes>WebP v1.0.3/SDWebImage version</releaseNotes>
<summary>Xamarin iOS/Mac/AppleTV bindings to decode WebP file format.</summary>
<tags>xamarin, ios, mac, tvos, appletv, webp, image, google</tags>
<dependencies>
</dependencies>
</metadata>
<files>
<!--Xamarin.iOS Unified-->
<file src="WebP.Touch/WebP.Touch/bin/Release/WebP.Touch.dll" target="lib/Xamarin.iOS/WebP.Touch.dll" />
<file src="WebP.Touch/WebP.Touch/bin/Release/WebP.Touch.xml" target="lib/Xamarin.iOS/WebP.Touch.xml" />
<!--Mac-->
<file src="WebP.Mac/WebP.Mac/bin/Release/WebP.Mac.dll" target="lib/Xamarin.Mac/WebP.Mac.dll" />
<file src="WebP.Mac/WebP.Mac/bin/Release/WebP.Mac.xml" target="lib/Xamarin.Mac/WebP.Mac.xml" />
<!--AppleTV-->
<file src="tvos/WebP.tvOS/bin/Release/WebP.tvOS.dll" target="lib/Xamarin.tvOS/WebP.tvOS.dll" />
<!-- <file src="tvos/WebP.tvOS/bin/Release/WebP.tvOS.xml" target="lib/Xamarin.tvOS/WebP.tvOS.xml" /> -->
</files>
</package>