[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 2 / 0 / f / SVHTTPRequest / 0.4 / SVHTTPRequest.podspec.json
blob484132b8ea22fdf5cccbf4252b57d2e461cf59fc
2   "name": "SVHTTPRequest",
3   "version": "0.4",
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.4"
13   },
14   "description": "SVHTTPRequest is a simple and extremely straightforward way to communicate with RESTful web APIs for iOS and Mac. It is blocked-based, uses NSURLConnection, ARC, as well as NSJSONSerialization to automatically parse JSON responses (making it only compatible with iOS 5+ and OS X 10.7+).",
15   "source_files": "SVHTTPRequest/*.{h,m}",
16   "preserve_paths": "Demo",
17   "requires_arc": true