-
Notifications
You must be signed in to change notification settings - Fork 12
/
WebPTouch.nuspec
28 lines (28 loc) · 1.36 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
<?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.7</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>
<summary>Xamarin iOS/Mac bindings to decode WebP file format.</summary>
<tags>xamarin, ios, mac, 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.iOS10/WebP.Touch.dll" />
<file src="WebP.Touch/WebP.Touch/bin/Release/WebP.Touch.xml" target="lib/Xamarin.iOS10/WebP.Touch.xml" />
<!--Mac-->
<file src="WebP.Mac/WebP.Mac/bin/Release/WebP.Mac.dll" target="lib/Xamarin.Mac20/WebP.Mac.dll" />
<file src="WebP.Mac/WebP.Mac/bin/Release/WebP.Mac.xml" target="lib/Xamarin.Mac20/WebP.Mac.xml" />
</files>
</package>