[Add] AmpMux 9.3.2
[CocoaPods.git] / Specs / b / 3 / 7 / SGHTTPRequest / 1.7.0 / SGHTTPRequest.podspec.json
blob2b49a320d8480f51c3679c4b9baad0a253121b39
2   "name": "SGHTTPRequest",
3   "version": "1.7.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     "watchos": "2.0",
13     "ios": "7.0"
14   },
15   "source": {
16     "git": "https://github.com/seatgeek/SGHTTPRequest.git",
17     "tag": "1.7.0"
18   },
19   "source_files": "SGHTTPRequest/**/*.{h,m}",
20   "requires_arc": true,
21   "dependencies": {
22     "AFNetworking": [
23       "~>3.0"
24     ],
25     "MGEvents": [
26       "~> 1.1"
27     ]
28   }