forked from roubachof/NukeProxy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathXamarin.Nuke.nuspec
44 lines (33 loc) · 1.41 KB
/
Xamarin.Nuke.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
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Xamarin.Nuke</id>
<version>$version$</version>
<copyright>Sharpnado 2020</copyright>
<title>Xamarin.Nuke</title>
<authors>Jean-Marie Alfonsi, Tomasz Cielecki</authors>
<owners>roubachof,cheesebaron</owners>
<license type="file">LICENSE</license>
<projectUrl>https://github.com/roubachof/Xamarin.Nuke</projectUrl>
<repositoryUrl>https://github.com/roubachof/Xamarin.Nuke</repositoryUrl>
<icon>images\nuke_small.png</icon>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<summary>Small wrapper around Nuke image library</summary>
<tags>xamarin.ios ios nuke image caching glidex</tags>
<description>
Small wrapper around Nuke 9.6.1 (https://github.com/kean/Nuke/releases/tag/9.6.1) for Xamarin.iOS.
</description>
<dependencies>
<group targetFramework="Xamarin.iOS10">
</group>
</dependencies>
</metadata>
<files>
<!--Xamarin.iOS-->
<file src="Xamarin.Nuke\Xamarin.Nuke\bin\Release\XamarinNuke.dll" target="lib\Xamarin.iOS10\XamarinNuke.dll" />
<file src="Xamarin.Nuke\Xamarin.Nuke\bin\Release\XamarinNuke.pdb" target="lib\Xamarin.iOS10\XamarinNuke.pdb" />
<file src="nuke_small.png" target="images\" />
<!--License-->
<file src="LICENSE" target="LICENSE" />
</files>
</package>