blob: 34b20f478ad85c223f2f54b78c575e58d433c0f4 [file] [log] [blame]
{
"name": "SVHTTPRequest",
"version": "0.5",
"license": "MIT",
"summary": "Simple REST client for iOS and Mac.",
"homepage": "http://samvermette.com/310",
"authors": {
"Sam Vermette": "hello@samvermette.com"
},
"source": {
"git": "https://github.com/samvermette/SVHTTPRequest.git",
"tag": "0.5"
},
"description": "SVHTTPRequest lets you easily interact with RESTful (GET, POST, DELETE, PUT) web APIs. It is blocked-based, uses NSURLConnection, ARC, as well as NSJSONSerialization to automatically parse JSON responses.",
"source_files": "SVHTTPRequest/*.{h,m}",
"requires_arc": true
}