[Delete] NIMSDK_LITE 8.9.122
[CocoaPods.git] / Specs / 0 / b / 5 / ZNetworkModule / 1.8.5 / ZNetworkModule.podspec.json
blob197dd47c56c0a49a6a112e2b89cdb3c63286ebd1
2   "name": "ZNetworkModule",
3   "version": "1.8.5",
4   "summary": "这是一个网络请求库,将AFNetworking封装成单例类,加入了缓存机制。",
5   "description": "这是一个网络请求库,将AFNetworking封装成单例类,加入了缓存机制,每个请求都可以设置是否开启缓存,使用方便简单。",
6   "homepage": "https://github.com/zhangguozhong/NetworkModule.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "zhangguozhong": "494316382@qq.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/zhangguozhong/NetworkModule.git",
19     "tag": "1.8.5"
20   },
21   "requires_arc": true,
22   "dependencies": {
23     "AFNetworking": [
24       "~> 3.0"
25     ]
26   },
27   "subspecs": [
28     {
29       "name": "Utils",
30       "source_files": "NetworkModule/ZNetworkModule/Utils/**/*.{h,m}"
31     },
32     {
33       "name": "XXCache",
34       "source_files": "NetworkModule/ZNetworkModule/XXCache/**/*.{h,m}",
35       "dependencies": {
36         "ZNetworkModule/Utils": [
38         ]
39       },
40       "frameworks": "Security"
41     },
42     {
43       "name": "Network",
44       "source_files": "NetworkModule/ZNetworkModule/Network/**/*.{h,m}",
45       "dependencies": {
46         "ZNetworkModule/Utils": [
48         ],
49         "ZNetworkModule/XXCache": [
51         ]
52       }
53     }
54   ]