Added hammock project to debug streaming issues
[pithos-ms-client] / trunk / hammock / hammock.nuspec
1 <?xml version="1.0" encoding="utf-8"?>
2 <package>
3         <metadata>
4                 <id>Hammock</id>
5                 <version>1.2.6</version>
6                 <authors>Daniel Crenna and Jason Diller</authors>
7                 <owners>Daniel Crenna</owners>
8                 <description>Hammock is an HTTP API library for .NET that greatly simplifies consuming and wrapping RESTful services.</description>
9                 <summary>REST, easy.</summary>
10                 <language>en-US</language>
11                 <projectUrl>http://hammockrest.com</projectUrl>
12                 <licenseUrl>https://github.com/danielcrenna/hammock/blob/master/LICENSE</licenseUrl>
13                 <iconUrl>http://apitize.com.s3.amazonaws.com/logo_hammock.png</iconUrl>
14                 <tags>web api client http rest services wrapper json xml</tags>   
15         </metadata>
16 </package>