[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / a / e / b / HKHttpManager / 0.0.2 / HKHttpManager.podspec.json
blob7824436b2c64a35e7bcdbde02bbcaefeb6533307
2   "name": "HKHttpManager",
3   "version": "0.0.2",
4   "summary": "对AFNetworking的二次封装,支持App复杂的网络处理.",
5   "description": "对AFNetworking的二次封装,支持App复杂的网络处理,类似于YTKNetworking,但是要简介一些",
6   "homepage": "https://github.com/baoshanf/HKHttpManager.git",
7   "license": "MIT (HKHttpManager)",
8   "authors": {
9     "hans": "baoshanf@163.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/baoshanf/HKHttpManager.git",
16     "tag": "0.0.2"
17   },
18   "source_files": "HKHttpManager/Sources/**/**/*.h",
19   "dependencies": {
20     "AFNetworking": [
22     ]
23   }