[Add] ZJSDK 2.5.7.5
[CocoaPods.git] / Specs / 3 / 9 / a / WJRequestTool / 1.0.5 / WJRequestTool.podspec.json
blob3e0d3cff531131fa5b14fac6bb10229f677b2947
2   "name": "WJRequestTool",
3   "version": "1.0.5",
4   "summary": "基于AFNetworking的封装",
5   "description": "请求的封装,包含加密、错误处理、逻辑解耦、业务拆分、数据解析等",
6   "homepage": "https://github.com/WJZMC/WJRequestTool",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "jack": "jack_weijie@foxmail.com"
13   },
14   "source": {
15     "git": "https://github.com/WJZMC/WJRequestTool.git",
16     "tag": "1.0.5"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "WJRequestTool/Classes/**/*",
22   "frameworks": "UIKit",
23   "dependencies": {
24     "AFNetworking": [
26     ],
27     "PPNetworkHelper": [
29     ],
30     "SVProgressHUD": [
32     ],
33     "YYModel": [
35     ],
36     "YYCache": [
38     ]
39   }