[Add] APDDTExchangeAdapter 3.4.1.0
[CocoaPods.git] / Specs / 5 / 9 / a / LZUIKit / 3.0.0 / LZUIKit.podspec.json
blobad0a4ee0f8972b51e6d6d222a2a9c033f481a245
2   "name": "LZUIKit",
3   "version": "3.0.0",
4   "swift_versions": "5.0.0",
5   "summary": "LZUIKit",
6   "description": "LZUIKit is an extension of UIKit.",
7   "homepage": "https://github.com/coollazy/LZUIKit.git",
8   "license": "MIT",
9   "authors": {
10     "ven.wu": "ven.wu.github@gamil.com"
11   },
12   "platforms": {
13     "ios": "12.0"
14   },
15   "source": {
16     "git": "https://github.com/coollazy/LZUIKit.git",
17     "tag": "3.0.0"
18   },
19   "default_subspecs": "Core",
20   "subspecs": [
21     {
22       "name": "Core",
23       "dependencies": {
24         "LZUIKit/Array": [
26         ],
27         "LZUIKit/Button": [
29         ],
30         "LZUIKit/ControllerItem": [
32         ],
33         "LZUIKit/Data": [
35         ],
36         "LZUIKit/Date": [
38         ],
39         "LZUIKit/DateFormatter": [
41         ],
42         "LZUIKit/Double": [
44         ],
45         "LZUIKit/Float": [
47         ],
48         "LZUIKit/Int": [
50         ],
51         "LZUIKit/JSONData": [
53         ],
54         "LZUIKit/JSONDecoder": [
56         ],
57         "LZUIKit/LoadingView": [
59         ],
60         "LZUIKit/NumberFormatter": [
62         ],
63         "LZUIKit/OptionTextField": [
65         ],
66         "LZUIKit/String": [
68         ],
69         "LZUIKit/TableViewEmptyMessage": [
71         ],
72         "LZUIKit/UIColor": [
74         ],
75         "LZUIKit/URL": [
77         ],
78         "LZUIKit/View": [
80         ],
81         "LZUIKit/ZoomViewer": [
83         ]
84       }
85     },
86     {
87       "name": "RxSwift",
88       "dependencies": {
89         "LZUIKit/Core": [
91         ],
92         "LZUIKit/Button+RxSwift": [
94         ],
95         "LZUIKit/ControllerItem+RxSwift": [
97         ],
98         "LZUIKit/LoadingView+RxSwift": [
100         ],
101         "LZUIKit/OptionTextField+RxSwift": [
103         ],
104         "LZUIKit/TableViewEmptyMessage+RxSwift": [
106         ],
107         "LZUIKit/ViewController+RxSwift": [
109         ],
110         "LZUIKit/TabBarController+RxSwift": [
112         ]
113       }
114     },
115     {
116       "name": "Array",
117       "source_files": "Sources/LZUIKit/Array/**/*.{swift}"
118     },
119     {
120       "name": "Button",
121       "source_files": "Sources/LZUIKit/Button/**/*.{swift}"
122     },
123     {
124       "name": "Button+RxSwift",
125       "source_files": "Sources/LZUIKit/Button+RxSwift/**/*.{swift}",
126       "dependencies": {
127         "LZUIKit/Button": [
129         ],
130         "RxSwift": [
131           "~> 6"
132         ],
133         "RxCocoa": [
134           "~> 6"
135         ]
136       }
137     },
138     {
139       "name": "ControllerItem",
140       "source_files": "Sources/LZUIKit/ControllerItem/**/*.{swift}"
141     },
142     {
143       "name": "ControllerItem+RxSwift",
144       "source_files": "Sources/LZUIKit/ControllerItem+RxSwift/**/*.{swift}",
145       "dependencies": {
146         "LZUIKit/ControllerItem": [
148         ],
149         "RxSwift": [
150           "~> 6"
151         ],
152         "RxCocoa": [
153           "~> 6"
154         ]
155       }
156     },
157     {
158       "name": "Data",
159       "source_files": "Sources/LZUIKit/Data/**/*.{swift}"
160     },
161     {
162       "name": "Date",
163       "source_files": "Sources/LZUIKit/Date/**/*.{swift}",
164       "dependencies": {
165         "LZUIKit/DateFormatter": [
167         ]
168       }
169     },
170     {
171       "name": "DateFormatter",
172       "source_files": "Sources/LZUIKit/DateFormatter/**/*.{swift}"
173     },
174     {
175       "name": "Double",
176       "source_files": "Sources/LZUIKit/Double/**/*.{swift}",
177       "dependencies": {
178         "LZUIKit/NumberFormatter": [
180         ]
181       }
182     },
183     {
184       "name": "Float",
185       "source_files": "Sources/LZUIKit/Float/**/*.{swift}",
186       "dependencies": {
187         "LZUIKit/Double": [
189         ],
190         "LZUIKit/NumberFormatter": [
192         ]
193       }
194     },
195     {
196       "name": "Int",
197       "source_files": "Sources/LZUIKit/Int/**/*.{swift}"
198     },
199     {
200       "name": "JSONData",
201       "source_files": "Sources/LZUIKit/JSONData/**/*.{swift}"
202     },
203     {
204       "name": "JSONDecoder",
205       "source_files": "Sources/LZUIKit/JSONDecoder/**/*.{swift}"
206     },
207     {
208       "name": "LoadingView",
209       "source_files": "Sources/LZUIKit/LoadingView/**/*.{swift}"
210     },
211     {
212       "name": "LoadingView+RxSwift",
213       "source_files": "Sources/LZUIKit/LoadingView+RxSwift/**/*.{swift}",
214       "dependencies": {
215         "LZUIKit/LoadingView": [
217         ],
218         "RxSwift": [
219           "~> 6"
220         ],
221         "RxCocoa": [
222           "~> 6"
223         ]
224       }
225     },
226     {
227       "name": "NumberFormatter",
228       "source_files": "Sources/LZUIKit/NumberFormatter/**/*.{swift}"
229     },
230     {
231       "name": "OptionTextField",
232       "source_files": "Sources/LZUIKit/OptionTextField/**/*.{swift}"
233     },
234     {
235       "name": "OptionTextField+RxSwift",
236       "source_files": "Sources/LZUIKit/OptionTextField+RxSwift/**/*.{swift}",
237       "dependencies": {
238         "LZUIKit/OptionTextField": [
240         ],
241         "RxSwift": [
242           "~> 6"
243         ],
244         "RxCocoa": [
245           "~> 6"
246         ]
247       }
248     },
249     {
250       "name": "String",
251       "source_files": "Sources/LZUIKit/String/**/*.{swift}"
252     },
253     {
254       "name": "TableViewEmptyMessage",
255       "source_files": "Sources/LZUIKit/TableViewEmptyMessage/**/*.{swift}"
256     },
257     {
258       "name": "TableViewEmptyMessage+RxSwift",
259       "source_files": "Sources/LZUIKit/TableViewEmptyMessage+RxSwift/**/*.{swift}",
260       "dependencies": {
261         "LZUIKit/TableViewEmptyMessage": [
263         ],
264         "RxSwift": [
265           "~> 6"
266         ],
267         "RxCocoa": [
268           "~> 6"
269         ]
270       }
271     },
272     {
273       "name": "UIColor",
274       "source_files": "Sources/LZUIKit/UIColor/**/*.{swift}"
275     },
276     {
277       "name": "URL",
278       "source_files": "Sources/LZUIKit/URL/**/*.{swift}"
279     },
280     {
281       "name": "View",
282       "source_files": "Sources/LZUIKit/View/**/*.{swift}"
283     },
284     {
285       "name": "ViewController+RxSwift",
286       "source_files": "Sources/LZUIKit/ViewController+RxSwift/**/*.{swift}",
287       "dependencies": {
288         "RxSwift": [
289           "~> 6"
290         ],
291         "RxCocoa": [
292           "~> 6"
293         ]
294       }
295     },
296     {
297       "name": "TabBarController+RxSwift",
298       "source_files": "Sources/LZUIKit/TabBarController+RxSwift/**/*.{swift}",
299       "dependencies": {
300         "RxSwift": [
301           "~> 6"
302         ],
303         "RxCocoa": [
304           "~> 6"
305         ]
306       }
307     },
308     {
309       "name": "ZoomViewer",
310       "source_files": "Sources/LZUIKit/ZoomViewer/**/*.{swift}"
311     }
312   ],
313   "swift_version": "5.0.0"