[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 5 / 4 / 2 / HDRequestManager / 1.0.0 / HDRequestManager.podspec.json
blobc5f158ba46f37381b8c9b14fa6f8c77161a613f5
2   "name": "HDRequestManager",
3   "version": "1.0.0",
4   "summary": "A simple api request tools base on afnetworking.",
5   "homepage": "https://github.com/hundredlee/HDRequestManager.git",
6   "license": "MIT",
7   "authors": {
8     "HundredLee": "hundred9411@gmail.com"
9   },
10   "platforms": {
11     "ios": "9.3"
12   },
13   "source": {
14     "git": "https://github.com/hundredlee/HDRequestManager.git",
15     "tag": "1.0.0"
16   },
17   "source_files": "HDRequestManager/HDRequestManager/*.{h,m}",
18   "requires_arc": true,
19   "dependencies": {
20     "AFNetworking": [
22     ]
23   }