Skip to content

Commit 4ebd43e

Browse files
committed
Add a NuSpec file
1 parent aa18d48 commit 4ebd43e

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

Refit/refit.nuspec

+35
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
3+
<metadata>
4+
<id>refit</id>
5+
<version>1.0.0</version>
6+
<title>Refit</title>
7+
<authors>Paul Betts,Refit contributors</authors>
8+
<owners>Paul Betts</owners>
9+
<licenseUrl>https://github.com/xpaulbettsx/refit/blob/master/COPYING</licenseUrl>
10+
<projectUrl>https://github.com/xpaulbettsx/refit</projectUrl>
11+
<requireLicenseAcceptance>false</requireLicenseAcceptance>
12+
<description>The automatic type-safe REST library for Xamarin and .NET</description>
13+
<summary>The automatic type-safe REST library for Xamarin and .NET</summary>
14+
15+
<dependencies>
16+
<group>
17+
<dependency id="Castle.Core" version="3.2.0" />
18+
</group>
19+
<group targetFramework="WindowsPhone8.0">
20+
<dependency id="Microsoft.Net.Http" version="2.2.13" />
21+
</group>
22+
<group targetFramework="Silverlight5.0">
23+
<dependency id="Microsoft.Net.Http" version="2.2.13" />
24+
</group>
25+
</dependencies>
26+
</metadata>
27+
<files>
28+
<file src="bin\Release\MonoAndroid\Refit*.*" target="lib\MonoAndroid" />
29+
<file src="bin\Release\MonoMac\Refit*.*" target="lib\MonoMac" />
30+
<file src="bin\Release\Net45\Refit*.*" target="lib\Net45" />
31+
<file src="bin\Release\Portable-Net45+WinRT45+WP8\Refit*.*" target="lib\Portable-Net45+WinRT45+WP8" />
32+
<file src="bin\Release\WP8\Refit*.*" target="lib\WP8" />
33+
<file src="bin\Release\SL5\Refit*.*" target="lib\SL5" />
34+
</files>
35+
</package>

0 commit comments

Comments
 (0)