[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / e / 1 / d / Popois / 0.8.42 / Popois.podspec.json
blob06c7156b1fdcf645427803711e18a982490566d2
2   "name": "Popois",
3   "version": "0.8.42",
4   "summary": "A iOS development toolbox (iOS 开发工具箱(模块插件) Swift 版).",
5   "description": "TODO: iOS 模块插件 Swift 版:iOS项目开发通用&非通用型模块代码,多功能插件,可快速集成使用以大幅减少基础工作量;附.各种类库使用示例demo.",
6   "homepage": "https://github.com/liucaide/Popois",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "liucaide": "565726319@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/liucaide/Popois.git",
16     "tag": "0.8.42"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "swift_versions": "4.2",
22   "default_subspecs": "Core",
23   "frameworks": [
24     "UIKit",
25     "Foundation"
26   ],
27   "dependencies": {
28     "Then": [
30     ]
31   },
32   "swift_version": "4.2",
33   "subspecs": [
34     {
35       "name": "Core",
36       "source_files": "Popois/CD.swift",
37       "dependencies": {
38         "Popois/Extension": [
40         ],
41         "Popois/Form": [
43         ],
44         "Popois/Chain": [
46         ],
47         "Popois/CountDown": [
49         ],
50         "Popois/Value": [
52         ],
53         "Popois/RegEx": [
55         ]
56       }
57     },
58     {
59       "name": "Module",
60       "dependencies": {
61         "Popois/Core": [
63         ],
64         "Popois/IBInspectable": [
66         ],
67         "Popois/InputBox": [
69         ],
70         "Popois/IconFont": [
72         ],
73         "Popois/Page": [
75         ],
76         "Popois/TopBar": [
78         ],
79         "Popois/AppDelegate": [
81         ],
82         "Popois/MVVM": [
84         ],
85         "Popois/HUD": [
87         ]
88       }
89     },
90     {
91       "name": "All",
92       "dependencies": {
93         "Popois/Core": [
95         ],
96         "Popois/Module": [
98         ],
99         "Popois/FDFullscreenPopGesture": [
101         ],
102         "Popois/MJRefresh": [
104         ],
105         "Popois/Net/All": [
107         ]
108       }
109     },
110     {
111       "name": "Extension",
112       "source_files": [
113         "Popois/Extension/*.{swift}",
114         "Popois/CD.swift"
115       ],
116       "dependencies": {
117         "Popois/Form": [
119         ]
120       }
121     },
122     {
123       "name": "IBInspectable",
124       "source_files": "Popois/IBInspectable/*.{swift}"
125     },
126     {
127       "name": "Form",
128       "source_files": "Popois/Form/*.{swift}"
129     },
130     {
131       "name": "Chain",
132       "source_files": [
133         "Popois/Chain/*.{swift}",
134         "Popois/CD.swift"
135       ],
136       "dependencies": {
137         "Popois/Extension": [
139         ]
140       }
141     },
142     {
143       "name": "CountDown",
144       "source_files": "Popois/CountDown/*.{swift}",
145       "dependencies": {
146         "Popois/Extension": [
148         ]
149       }
150     },
151     {
152       "name": "Value",
153       "source_files": "Popois/Value/*.{swift}"
154     },
155     {
156       "name": "RegEx",
157       "source_files": [
158         "Popois/RegEx/*.{swift}",
159         "Popois/CD.swift"
160       ],
161       "dependencies": {
162         "Popois/Extension": [
164         ],
165         "Popois/Value": [
167         ]
168       }
169     },
170     {
171       "name": "AppDelegate",
172       "source_files": "Popois/AppDelegate/*.{swift}"
173     },
174     {
175       "name": "IconFont",
176       "source_files": "Popois/IconFont/Classes/*.{swift}",
177       "resource_bundles": {
178         "IconFont": [
179           "Popois/IconFont/Assets/*.{ttf}"
180         ]
181       },
182       "dependencies": {
183         "Popois/Extension": [
185         ]
186       }
187     },
188     {
189       "name": "TopBar",
190       "source_files": "Popois/TopBar/*.{swift}",
191       "dependencies": {
192         "Popois/Core": [
194         ],
195         "Popois/IconFont": [
197         ],
198         "Popois/FDFullscreenPopGesture": [
200         ],
201         "SnapKit": [
202           "~> 4.2.0"
203         ]
204       }
205     },
206     {
207       "name": "Page",
208       "source_files": "Popois/Page/*.{swift}",
209       "dependencies": {
210         "Popois/Core": [
212         ],
213         "Popois/FDFullscreenPopGesture": [
215         ],
216         "SnapKit": [
217           "~> 4.2.0"
218         ]
219       }
220     },
221     {
222       "name": "InputBox",
223       "source_files": "Popois/InputBox/*.{swift}",
224       "dependencies": {
225         "Popois/Core": [
227         ],
228         "SnapKit": [
229           "4.2.0"
230         ]
231       }
232     },
233     {
234       "name": "HUD",
235       "source_files": "Popois/HUD/*.{swift}",
236       "dependencies": {
237         "Popois/Core": [
239         ],
240         "Popois/IconFont": [
242         ],
243         "SnapKit": [
244           "4.2.0"
245         ]
246       }
247     },
248     {
249       "name": "MVVM",
250       "source_files": "Popois/MVVM/*.{swift}",
251       "dependencies": {
252         "Popois/Core": [
254         ],
255         "Popois/TopBar": [
257         ],
258         "Popois/MJRefresh": [
260         ],
261         "SnapKit": [
262           "~> 4.2.0"
263         ]
264       }
265     },
266     {
267       "name": "MJRefresh",
268       "source_files": [
269         "Popois/MJRefresh/*.{swift}",
270         "Popois/CD.swift"
271       ],
272       "dependencies": {
273         "MJRefresh": [
274           "3.1.15.7"
275         ]
276       }
277     },
278     {
279       "name": "FDFullscreenPopGesture",
280       "source_files": [
281         "Popois/FDFullscreenPopGesture/*.{swift}",
282         "Popois/CD.swift"
283       ],
284       "dependencies": {
285         "FDFullscreenPopGesture": [
286           "1.1"
287         ]
288       }
289     },
290     {
291       "name": "Net",
292       "subspecs": [
293         {
294           "name": "Core",
295           "source_files": "Popois/NetWork/*.{swift}",
296           "dependencies": {
297             "Popois/Extension": [
299             ],
300             "Alamofire": [
301               "4.8.2"
302             ]
303           }
304         },
305         {
306           "name": "All",
307           "dependencies": {
308             "Popois/Net/SwiftyJSON": [
310             ],
311             "Popois/Net/Cache": [
313             ],
314             "Popois/Net/Codable": [
316             ]
317           }
318         },
319         {
320           "name": "SwiftyJSON",
321           "source_files": "Popois/NetWork/SwiftyJSON/*.{swift}",
322           "dependencies": {
323             "Popois/Net/Core": [
325             ],
326             "SwiftyJSON": [
327               "4.3.0"
328             ]
329           }
330         },
331         {
332           "name": "Cache",
333           "source_files": "Popois/NetWork/Cache/*.{swift}",
334           "dependencies": {
335             "Popois/Net/Core": [
337             ],
338             "Cache": [
339               "5.2.0"
340             ]
341           }
342         },
343         {
344           "name": "Codable",
345           "source_files": "Popois/NetWork/Codable/*.{swift}",
346           "dependencies": {
347             "Popois/Net/Core": [
349             ],
350             "CleanJSON": [
352             ]
353           }
354         }
355       ]
356     }
357   ]