[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 3 / f / 7 / HZNetwork / 0.6.5 / HZNetwork.podspec.json
blob1bf34cc1472f5b1e8cb0415b9767bd249e5f2252
2   "name": "HZNetwork",
3   "version": "0.6.5",
4   "summary": "A useful networking framework based on AFNetworking for iOS, OS X, watchOS, and tvOS.",
5   "homepage": "https://github.com/GeniusBrother/HZNetwork.git",
6   "license": "MIT",
7   "authors": {
8     "GeniusBrother": "zuohong_xie@163.com"
9   },
10   "platforms": {
11     "ios": "8.0"
12   },
13   "requires_arc": true,
14   "source": {
15     "git": "https://github.com/GeniusBrother/HZNetwork.git",
16     "tag": "0.6.5"
17   },
18   "frameworks": "Foundation",
19   "public_header_files": "HZNetwork/Classes/**/*.h",
20   "source_files": "HZNetwork/Classes/**/*.{h,m}",
21   "dependencies": {
22     "AFNetworking": [
23       "~>3.1.0"
24     ]
25   }