[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 2 / 0 / f / SVHTTPRequest / 0.5 / SVHTTPRequest.podspec.json
blob34b20f478ad85c223f2f54b78c575e58d433c0f4
2   "name": "SVHTTPRequest",
3   "version": "0.5",
4   "license": "MIT",
5   "summary": "Simple REST client for iOS and Mac.",
6   "homepage": "http://samvermette.com/310",
7   "authors": {
8     "Sam Vermette": "hello@samvermette.com"
9   },
10   "source": {
11     "git": "https://github.com/samvermette/SVHTTPRequest.git",
12     "tag": "0.5"
13   },
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}",
16   "requires_arc": true