[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / b / 3 / 7 / SGHTTPRequest / 1.0.2 / SGHTTPRequest.podspec.json
blob0c8f565cb907c25e93e9d37ca67dc55b8a5eea51
2   "name": "SGHTTPRequest",
3   "version": "1.0.2",
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.0.2"
17   },
18   "source_files": "*.{h,m}",
19   "requires_arc": true,
20   "dependencies": {
21     "AFNetworking": [
23     ]
24   }