[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / b / 3 / 7 / SGHTTPRequest / 1.1.0 / SGHTTPRequest.podspec.json
blob8b5a174754b2ffb19f5dac79e618e6293cdd79cb
2   "name": "SGHTTPRequest",
3   "version": "1.1.0",
4   "summary": "A lightweight AFNetworking wrapper for making HTTP requests with minimal code, and callback blocks for success, failure, and retry.",
5   "homepage": "https://github.com/seatgeek/SGHTTPRequest",
6   "license": {
7     "type": "BSD",
8     "file": "LICENSE"
9   },
10   "authors": "SeatGeek",
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/seatgeek/SGHTTPRequest.git",
16     "tag": "1.1.0"
17   },
18   "source_files": "*.{h,m}",
19   "requires_arc": true,
20   "dependencies": {
21     "AFNetworking": [
23     ]
24   }