[Add] MiaoAnyThinkKuaiShouAdapter 1.0.0
[CocoaPods.git] / Specs / 4 / 5 / f / CaamDau / 1.2.0 / CaamDau.podspec.json
blobfbd1cfe916f1cc82be6244bc520cfcdb52c9b178
2   "name": "CaamDau",
3   "version": "1.2.0",
4   "summary": "CaamDau 系列产品组合,iOS 开发工具箱(模块组件) Swift 版.",
5   "description": "TODO: CaamDau 系列产品:iOS 便捷开发套件 Swift 版:iOS项目开发通用&非通用型模块代码,多功能组件,可快速集成使用以大幅减少基础工作量;便利性扩展&链式扩展、UI排班组件Form、正则表达式扩展RegEx、计时器管理Timer、简易提示窗HUD、AppDelegate解耦方案、分页控制Page、自定义导航栏TopBar、阿里矢量图标管理IconFonts、MJRefresh扩展、Alamofire扩展......\n附.各种类库使用示例demo.",
6   "homepage": "https://github.com/CaamDau/CaamDau",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "liucaide": "565726319@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/CaamDau/CaamDau.git",
16     "tag": "1.2.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "swift_versions": [
22     "4.0",
23     "4.2",
24     "5.0",
25     "5.1"
26   ],
27   "default_subspecs": "Core",
28   "source_files": "CaamDau/*.swift",
29   "frameworks": [
30     "UIKit",
31     "Foundation"
32   ],
33   "subspecs": [
34     {
35       "name": "Core",
36       "dependencies": {
37         "CaamDau/Extension": [
39         ],
40         "CaamDau/Form": [
42         ],
43         "CaamDau/AppDelegate": [
45         ],
46         "CaamDau/Router": [
48         ]
49       }
50     },
51     {
52       "name": "Module",
53       "dependencies": {
54         "CaamDau/Core": [
56         ],
57         "CaamDau/Timer": [
59         ],
60         "CaamDau/InputBox": [
62         ],
63         "CaamDau/IconFont": [
65         ],
66         "CaamDau/Page": [
68         ],
69         "CaamDau/TopBar": [
71         ],
72         "CaamDau/HUD": [
74         ],
75         "CaamDau/ViewModel/Core": [
77         ],
78         "CaamDau/Indexes": [
80         ],
81         "CaamDau/Calendar": [
83         ],
84         "CaamDau/Pencil": [
86         ]
87       }
88     },
89     {
90       "name": "All",
91       "dependencies": {
92         "CaamDau/Module": [
94         ],
95         "CaamDau/PopGesture": [
97         ],
98         "CaamDau/Refresh": [
100         ],
101         "CaamDau/Net/All": [
103         ],
104         "CaamDau/ViewModel/BaseUI": [
106         ]
107       }
108     },
109     {
110       "name": "Extension",
111       "source_files": "CaamDau/Extension.h",
112       "dependencies": {
113         "CaamDauExtension": [
114           "1.2.1"
115         ]
116       }
117     },
118     {
119       "name": "Form",
120       "source_files": "CaamDau/Form.h",
121       "dependencies": {
122         "CaamDauForm": [
123           "1.2.0"
124         ]
125       }
126     },
127     {
128       "name": "Timer",
129       "source_files": "CaamDau/Timer.h",
130       "dependencies": {
131         "CaamDauTimer": [
132           "1.2.0"
133         ]
134       }
135     },
136     {
137       "name": "Value",
138       "source_files": "CaamDau/Value.h",
139       "dependencies": {
140         "CaamDauValue": [
141           "1.2.0"
142         ]
143       }
144     },
145     {
146       "name": "AppDelegate",
147       "source_files": "CaamDau/AppDelegate.h",
148       "dependencies": {
149         "CaamDauAppDelegate": [
150           "1.2.1"
151         ]
152       }
153     },
154     {
155       "name": "IconFont",
156       "source_files": "CaamDau/IconFont.h",
157       "dependencies": {
158         "CaamDauIconFont": [
159           "1.2.0"
160         ]
161       }
162     },
163     {
164       "name": "TopBar",
165       "source_files": "CaamDau/TopBar.h",
166       "dependencies": {
167         "CaamDauTopBar": [
168           "1.2.0"
169         ]
170       }
171     },
172     {
173       "name": "Page",
174       "source_files": "CaamDau/Page.h",
175       "dependencies": {
176         "CaamDauPage": [
177           "1.2.0"
178         ]
179       }
180     },
181     {
182       "name": "InputBox",
183       "source_files": "CaamDau/InputBox.h",
184       "dependencies": {
185         "CaamDauInputBox": [
186           "1.2.0"
187         ]
188       }
189     },
190     {
191       "name": "HUD",
192       "source_files": "CaamDau/HUD.h",
193       "dependencies": {
194         "CaamDauHUD": [
195           "1.2.0"
196         ]
197       }
198     },
199     {
200       "name": "ViewModel",
201       "subspecs": [
202         {
203           "name": "Core",
204           "source_files": "CaamDau/ViewModel.h",
205           "dependencies": {
206             "CaamDauViewModel/Core": [
207               "1.2.0"
208             ]
209           }
210         },
211         {
212           "name": "BaseUI",
213           "source_files": "CaamDau/ViewModel.h",
214           "dependencies": {
215             "CaamDauViewModel/BaseUI": [
216               "1.2.0"
217             ]
218           }
219         }
220       ]
221     },
222     {
223       "name": "Router",
224       "source_files": "CaamDau/Router.h",
225       "dependencies": {
226         "CaamDauRouter": [
227           "1.2.0"
228         ]
229       }
230     },
231     {
232       "name": "Indexes",
233       "source_files": "CaamDau/Indexes.h",
234       "dependencies": {
235         "CaamDauIndexes": [
236           "1.2.0"
237         ]
238       }
239     },
240     {
241       "name": "Calendar",
242       "source_files": "CaamDau/Calendar.h",
243       "dependencies": {
244         "CaamDauCalendar": [
245           "1.2.0"
246         ]
247       }
248     },
249     {
250       "name": "Pencil",
251       "source_files": "CaamDau/Pencil.h",
252       "dependencies": {
253         "CaamDauPencil": [
254           "1.2.0"
255         ]
256       }
257     },
258     {
259       "name": "Refresh",
260       "source_files": "CaamDau/Refresh.h",
261       "dependencies": {
262         "CaamDauRefresh": [
263           "1.2.0"
264         ]
265       }
266     },
267     {
268       "name": "PopGesture",
269       "source_files": "CaamDau/PopGesture.h",
270       "dependencies": {
271         "CaamDauPopGesture": [
272           "1.2.0"
273         ]
274       }
275     },
276     {
277       "name": "Net",
278       "subspecs": [
279         {
280           "name": "Core",
281           "source_files": "CaamDau/Net.h",
282           "dependencies": {
283             "CaamDauNet/Core": [
284               "1.2.1"
285             ]
286           }
287         },
288         {
289           "name": "All",
290           "dependencies": {
291             "CaamDau/Net/SwiftyJSON": [
292               "1.2.1"
293             ],
294             "CaamDau/Net/Cache": [
295               "1.2.1"
296             ],
297             "CaamDau/Net/Codable": [
298               "1.2.1"
299             ]
300           }
301         },
302         {
303           "name": "SwiftyJSON",
304           "dependencies": {
305             "CaamDau/Net/Core": [
307             ],
308             "CaamDauNet/SwiftyJSON": [
309               "1.2.1"
310             ]
311           }
312         },
313         {
314           "name": "Cache",
315           "dependencies": {
316             "CaamDau/Net/Core": [
318             ],
319             "CaamDauNet/Cache": [
320               "1.2.1"
321             ]
322           }
323         },
324         {
325           "name": "Codable",
326           "dependencies": {
327             "CaamDau/Net/Core": [
329             ],
330             "CaamDauNet/Codable": [
331               "1.2.1"
332             ]
333           }
334         }
335       ]
336     }
337   ],
338   "swift_version": "5.1"