[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 6 / f / 4 / ZHNetWork / 0.0.1 / ZHNetWork.podspec.json
blob8d81b0300e78e798fb6574cbf207f40d04eeda4f
2   "name": "ZHNetWork",
3   "version": "0.0.1",
4   "summary": "网络请求",
5   "description": "一个网络请求的工具类",
6   "homepage": "https://github.com/miaoran2014/ZHNetWork",
7   "license": "MIT",
8   "authors": {
9     "miaoran": "1822773181@qq.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "requires_arc": true,
15   "frameworks": "UIKit",
16   "source": {
17     "git": "https://github.com/miaoran2014/ZHNetWork.git",
18     "tag": "0.0.1"
19   },
20   "source_files": [
21     "Classes",
22     "Classes",
23     "Classes/**/*.{h,m}"
24   ],
25   "dependencies": {
26     "AFNetworking": [
27       "~> 3.0"
28     ]
29   }