[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 5 / 9 / c / ZHNetworking / 1.0.0 / ZHNetworking.podspec.json
blob5caba7206af6704516917da4a033af85e713ca0d
2   "name": "ZHNetworking",
3   "version": "1.0.0",
4   "summary": "iOS网络操作",
5   "description": "iOS网络操作:各种方式(GET、POST等)的请求、上传、下载",
6   "homepage": "https://github.com/leezhihua/ZHNetworking",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "leezhihua": "leezhihua@yeah.net"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/leezhihua/ZHNetworking.git",
19     "tag": "1.0.0"
20   },
21   "source_files": "Pod/Classes/*.{h,m}",
22   "frameworks": "Foundation",
23   "requires_arc": true,
24   "dependencies": {
25     "AFNetworking": [
27     ]
28   }