forked from anaisbetts/ModernHttpClient
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ModernHttpClient.nuspec
25 lines (24 loc) · 1.04 KB
/
ModernHttpClient.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
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<version>2.4.2</version>
<authors>Paul Betts</authors>
<owners>Paul Betts</owners>
<licenseUrl>https://github.com/paulcbetts/ModernHttpClient/blob/master/COPYING</licenseUrl>
<projectUrl>https://github.com/paulcbetts/ModernHttpClient</projectUrl>
<id>modernhttpclient</id>
<title>ModernHttpClient</title>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Write your app using System.Net.Http, but drop this library in and it will go drastically faster.</description>
<summary>Write your app using System.Net.Http, but drop this library in and it will go drastically faster.</summary>
<copyright>Copyright Paul Betts © 2012</copyright>
<dependencies>
<group targetFramework="MonoAndroid">
<dependency id="Square.OkHttp" version="2.4.0.3" />
</group>
</dependencies>
</metadata>
<files>
<file src="build/**/*.*" target="lib" />
</files>
</package>