[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 1 / c / 0 / KJNetworkPlugin / 1.0.14 / KJNetworkPlugin.podspec.json
blob19c39106140ddc74439b53bcc451603dcc27bf56
2   "name": "KJNetworkPlugin",
3   "version": "1.0.14",
4   "summary": "A Network Plugin With AFNetworking.",
5   "homepage": "https://github.com/yangKJ/KJNetworkPlugin",
6   "license": "MIT",
7   "authors": {
8     "77": "ykj310@126.com"
9   },
10   "source": {
11     "git": "https://github.com/yangKJ/KJNetworkPlugin.git",
12     "tag": "1.0.14"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "requires_arc": true,
18   "static_framework": true,
19   "subspecs": [
20     {
21       "name": "Network",
22       "source_files": "Sources/Network/*.{h,m}",
23       "dependencies": {
24         "AFNetworking": [
25           "~> 4.0.0"
26         ]
27       }
28     },
29     {
30       "name": "Manager",
31       "source_files": "Sources/Manager/*.{h,m}",
32       "dependencies": {
33         "KJNetworkPlugin/Network": [
35         ]
36       }
37     },
38     {
39       "name": "Batch",
40       "source_files": "Sources/Batch/*.{h,m}",
41       "dependencies": {
42         "KJNetworkPlugin/Network": [
44         ]
45       }
46     },
47     {
48       "name": "Chain",
49       "source_files": "Sources/Chain/*.{h,m}",
50       "dependencies": {
51         "KJNetworkPlugin/Network": [
53         ]
54       }
55     },
56     {
57       "name": "Base",
58       "source_files": "Sources/Plugins/Base/*.{h,m}",
59       "dependencies": {
60         "KJNetworkPlugin/Network": [
62         ]
63       }
64     },
65     {
66       "name": "Thief",
67       "source_files": "Sources/Plugins/Thief/*.{h,m}",
68       "dependencies": {
69         "KJNetworkPlugin/Base": [
71         ]
72       }
73     },
74     {
75       "name": "Certificate",
76       "source_files": "Sources/Plugins/Certificate/*.{h,m}",
77       "dependencies": {
78         "KJNetworkPlugin/Base": [
80         ]
81       }
82     },
83     {
84       "name": "Cache",
85       "source_files": "Sources/Plugins/Cache/*.{h,m}",
86       "dependencies": {
87         "KJNetworkPlugin/Base": [
89         ],
90         "YYCache": [
91           "~> 1.0.4"
92         ]
93       }
94     },
95     {
96       "name": "Anslysis",
97       "source_files": "Sources/Plugins/Anslysis/*.{h,m}",
98       "dependencies": {
99         "KJNetworkPlugin/Base": [
101         ],
102         "MJExtension": [
103           "~> 3.3.0"
104         ]
105       }
106     },
107     {
108       "name": "Loading",
109       "source_files": "Sources/Plugins/Loading/*.{h,m}",
110       "dependencies": {
111         "KJNetworkPlugin/Base": [
113         ],
114         "MBProgressHUD": [
115           "~> 1.2.0"
116         ]
117       }
118     },
119     {
120       "name": "Capture",
121       "source_files": "Sources/Plugins/Capture/*.{h,m}",
122       "dependencies": {
123         "KJNetworkPlugin/Base": [
125         ],
126         "MJExtension": [
127           "~> 3.3.0"
128         ]
129       }
130     },
131     {
132       "name": "Code",
133       "source_files": "Sources/Plugins/Code/*.{h,m}",
134       "dependencies": {
135         "KJNetworkPlugin/Base": [
137         ]
138       }
139     },
140     {
141       "name": "Refresh",
142       "source_files": "Sources/Plugins/Refresh/*.{h,m}",
143       "dependencies": {
144         "KJNetworkPlugin/Base": [
146         ]
147       }
148     }
149   ]