2 "name": "SVHTTPRequest",
5 "summary": "Simple REST client for iOS and Mac.",
6 "homepage": "http://samvermette.com/310",
8 "Sam Vermette": "hello@samvermette.com"
11 "git": "https://github.com/samvermette/SVHTTPRequest.git",
14 "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.",
15 "source_files": "SVHTTPRequest/*.{h,m}",