[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 0 / b / 5 / ZNetworkModule / 1.9.0 / ZNetworkModule.podspec.json
blobd019d194fc2d50c1604b699547a9b6c745febbcc
2   "name": "ZNetworkModule",
3   "version": "1.9.0",
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.9.0"
20   },
21   "source_files": "NetworkModule/ZNetworkModule/ZNetworkModule.h",
22   "public_header_files": "NetworkModule/ZNetworkModule/ZNetworkModule.h",
23   "requires_arc": true,
24   "dependencies": {
25     "AFNetworking": [
26       "~> 3.0"
27     ]
28   },
29   "subspecs": [
30     {
31       "name": "Utils",
32       "source_files": "NetworkModule/ZNetworkModule/Utils/**/*.{h,m}"
33     },
34     {
35       "name": "XXCache",
36       "source_files": "NetworkModule/ZNetworkModule/XXCache/**/*.{h,m}",
37       "dependencies": {
38         "ZNetworkModule/Utils": [
40         ]
41       },
42       "frameworks": "Security"
43     },
44     {
45       "name": "Network",
46       "source_files": "NetworkModule/ZNetworkModule/Network/**/*.{h,m}",
47       "dependencies": {
48         "ZNetworkModule/Utils": [
50         ],
51         "ZNetworkModule/XXCache": [
53         ]
54       }
55     }
56   ]