[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 8 / 5 / 9 / ZJNetWork / 1.1.0 / ZJNetWork.podspec.json
blobb26a7c6e25a19613f375ea05c186728424e5ed6f
2   "name": "ZJNetWork",
3   "version": "1.1.0",
4   "license": "MIT",
5   "summary": "网络请求",
6   "homepage": "https://github.com/dale454071867/ZJNetWork",
7   "authors": {
8     "zhoujie": "454071867@qq.com"
9   },
10   "source": {
11     "git": "https://github.com/dale454071867/ZJNetWork.git",
12     "tag": "v1.1.0"
13   },
14   "requires_arc": true,
15   "description": "Fast encryption string, the current support for MD5 (16, 32), Sha1, Base64",
16   "source_files": [
17     "ZJNetWork/ZJNetWork/*.{h,m}",
18     "ZJNetWork/ZJNetWork/ZJNetworking/*.{h,m}",
19     "ZJNetWork/ZJNetWork/Utils/*.{h,m}"
20   ],
21   "platforms": {
22     "ios": "7.0"
23   },
24   "dependencies": {
25     "ZJCache": [
26       "1.0.0"
27     ],
28     "DDLogger": [
29       "1.1.1"
30     ],
31     "AFNetworking": [
32       "3.1.0"
33     ],
34     "Reachability": [
35       "3.2"
36     ],
37     "MBProgressHUD": [
38       "0.9.1"
39     ],
40     "MJExtension": [
41       "3.0.3"
42     ]
43   }