ModernHttpClient/ModernHttpClient.nuspec

26 строки
1.0 KiB
Plaintext
Исходник Постоянная ссылка Обычный вид История

<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
2015-05-22 07:38:42 +03:00
<version>2.4.2</version>
<authors>Paul Betts</authors>
<owners>Paul Betts</owners>
2013-12-20 00:17:51 +04:00
<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>