[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / b / 3 / 7 / SGHTTPRequest / 1.5.0 / SGHTTPRequest.podspec.json
blob9781ed0adbbce3464ecdf31f272de226d283b6a0
2   "name": "SGHTTPRequest",
3   "version": "1.5.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.5.0"
17   },
18   "source_files": "**/*.{h,m}",
19   "requires_arc": true,
20   "dependencies": {
21     "AFNetworking": [
22       "~>2.0"
23     ]
24   }