[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / 5 / 9 / a / LZUIKit / 2.1.0 / LZUIKit.podspec.json
blobfd82dd8d4caaed3b8beee82c68e94f6a3808192e
2   "name": "LZUIKit",
3   "version": "2.1.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": "10.0"
14   },
15   "source": {
16     "git": "https://github.com/coollazy/LZUIKit.git",
17     "tag": "2.1.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/UITextField": [
77         ],
78         "LZUIKit/URL": [
80         ],
81         "LZUIKit/View": [
83         ],
84         "LZUIKit/ZoomViewer": [
86         ]
87       }
88     },
89     {
90       "name": "RxSwift",
91       "dependencies": {
92         "LZUIKit/Core": [
94         ],
95         "LZUIKit/Button+RxSwift": [
97         ],
98         "LZUIKit/ControllerItem+RxSwift": [
100         ],
101         "LZUIKit/LoadingView+RxSwift": [
103         ],
104         "LZUIKit/OptionTextField+RxSwift": [
106         ],
107         "LZUIKit/TableViewEmptyMessage+RxSwift": [
109         ],
110         "LZUIKit/ViewController+RxSwift": [
112         ],
113         "LZUIKit/TabBarController+RxSwift": [
115         ]
116       }
117     },
118     {
119       "name": "Array",
120       "source_files": "Sources/LZUIKit/Array/**/*.{swift}"
121     },
122     {
123       "name": "Button",
124       "source_files": "Sources/LZUIKit/Button/**/*.{swift}"
125     },
126     {
127       "name": "Button+RxSwift",
128       "source_files": "Sources/LZUIKit/Button+RxSwift/**/*.{swift}",
129       "dependencies": {
130         "LZUIKit/Button": [
132         ],
133         "RxSwift": [
134           "~> 6"
135         ],
136         "RxCocoa": [
137           "~> 6"
138         ]
139       }
140     },
141     {
142       "name": "ControllerItem",
143       "source_files": "Sources/LZUIKit/ControllerItem/**/*.{swift}"
144     },
145     {
146       "name": "ControllerItem+RxSwift",
147       "source_files": "Sources/LZUIKit/ControllerItem+RxSwift/**/*.{swift}",
148       "dependencies": {
149         "LZUIKit/ControllerItem": [
151         ],
152         "RxSwift": [
153           "~> 6"
154         ],
155         "RxCocoa": [
156           "~> 6"
157         ]
158       }
159     },
160     {
161       "name": "Data",
162       "source_files": "Sources/LZUIKit/Data/**/*.{swift}"
163     },
164     {
165       "name": "Date",
166       "source_files": "Sources/LZUIKit/Date/**/*.{swift}",
167       "dependencies": {
168         "LZUIKit/DateFormatter": [
170         ]
171       }
172     },
173     {
174       "name": "DateFormatter",
175       "source_files": "Sources/LZUIKit/DateFormatter/**/*.{swift}"
176     },
177     {
178       "name": "Double",
179       "source_files": "Sources/LZUIKit/Double/**/*.{swift}",
180       "dependencies": {
181         "LZUIKit/NumberFormatter": [
183         ]
184       }
185     },
186     {
187       "name": "Float",
188       "source_files": "Sources/LZUIKit/Float/**/*.{swift}",
189       "dependencies": {
190         "LZUIKit/Double": [
192         ],
193         "LZUIKit/NumberFormatter": [
195         ]
196       }
197     },
198     {
199       "name": "Int",
200       "source_files": "Sources/LZUIKit/Int/**/*.{swift}"
201     },
202     {
203       "name": "JSONData",
204       "source_files": "Sources/LZUIKit/JSONData/**/*.{swift}"
205     },
206     {
207       "name": "JSONDecoder",
208       "source_files": "Sources/LZUIKit/JSONDecoder/**/*.{swift}"
209     },
210     {
211       "name": "LoadingView",
212       "source_files": "Sources/LZUIKit/LoadingView/**/*.{swift}"
213     },
214     {
215       "name": "LoadingView+RxSwift",
216       "source_files": "Sources/LZUIKit/LoadingView+RxSwift/**/*.{swift}",
217       "dependencies": {
218         "LZUIKit/LoadingView": [
220         ],
221         "RxSwift": [
222           "~> 6"
223         ],
224         "RxCocoa": [
225           "~> 6"
226         ]
227       }
228     },
229     {
230       "name": "NumberFormatter",
231       "source_files": "Sources/LZUIKit/NumberFormatter/**/*.{swift}"
232     },
233     {
234       "name": "OptionTextField",
235       "source_files": "Sources/LZUIKit/OptionTextField/**/*.{swift}"
236     },
237     {
238       "name": "OptionTextField+RxSwift",
239       "source_files": "Sources/LZUIKit/OptionTextField+RxSwift/**/*.{swift}",
240       "dependencies": {
241         "LZUIKit/OptionTextField": [
243         ],
244         "RxSwift": [
245           "~> 6"
246         ],
247         "RxCocoa": [
248           "~> 6"
249         ]
250       }
251     },
252     {
253       "name": "String",
254       "source_files": "Sources/LZUIKit/String/**/*.{swift}"
255     },
256     {
257       "name": "TableViewEmptyMessage",
258       "source_files": "Sources/LZUIKit/TableViewEmptyMessage/**/*.{swift}"
259     },
260     {
261       "name": "TableViewEmptyMessage+RxSwift",
262       "source_files": "Sources/LZUIKit/TableViewEmptyMessage+RxSwift/**/*.{swift}",
263       "dependencies": {
264         "LZUIKit/TableViewEmptyMessage": [
266         ],
267         "RxSwift": [
268           "~> 6"
269         ],
270         "RxCocoa": [
271           "~> 6"
272         ]
273       }
274     },
275     {
276       "name": "UIColor",
277       "source_files": "Sources/LZUIKit/UIColor/**/*.{swift}"
278     },
279     {
280       "name": "UITextField",
281       "source_files": "Sources/LZUIKit/UITextField/**/*.{swift}"
282     },
283     {
284       "name": "URL",
285       "source_files": "Sources/LZUIKit/URL/**/*.{swift}"
286     },
287     {
288       "name": "View",
289       "source_files": "Sources/LZUIKit/View/**/*.{swift}"
290     },
291     {
292       "name": "ViewController+RxSwift",
293       "source_files": "Sources/LZUIKit/ViewController+RxSwift/**/*.{swift}",
294       "dependencies": {
295         "RxSwift": [
296           "~> 6"
297         ],
298         "RxCocoa": [
299           "~> 6"
300         ]
301       }
302     },
303     {
304       "name": "TabBarController+RxSwift",
305       "source_files": "Sources/LZUIKit/TabBarController+RxSwift/**/*.{swift}",
306       "dependencies": {
307         "RxSwift": [
308           "~> 6"
309         ],
310         "RxCocoa": [
311           "~> 6"
312         ]
313       }
314     },
315     {
316       "name": "ZoomViewer",
317       "source_files": "Sources/LZUIKit/ZoomViewer/**/*.{swift}"
318     }
319   ],
320   "swift_version": "5.0.0"