[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 3 / f / 7 / HZNetwork / 0.6.0 / HZNetwork.podspec.json
blob8fbab2a17dc55d14e76aeffb1c5fa21c08131f8c
2   "name": "HZNetwork",
3   "version": "0.6.0",
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.0"
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   }