[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / a / e / b / HKHttpManager / 0.0.3 / HKHttpManager.podspec.json
blob6c0af5efb719ae93e13fa9dbf49235682f86c8a9
2   "name": "HKHttpManager",
3   "version": "0.0.3",
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.3"
17   },
18   "source_files": "HKHttpManager/Sources/**/**/*.{h,m}",
19   "public_header_files": "HKHttpManager/Sources/**/*.h",
20   "dependencies": {
21     "AFNetworking": [
23     ]
24   }