[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 5 / 9 / a / LZUIKit / 1.1.0 / LZUIKit.podspec.json
blob9f05c4814d025e917bfbe3f4aaf7d0054e4d08e4
2   "name": "LZUIKit",
3   "version": "1.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": "1.1.0"
18   },
19   "default_subspecs": "Core",
20   "subspecs": [
21     {
22       "name": "Core",
23       "dependencies": {
24         "LZUIKit/Button": [
26         ],
27         "LZUIKit/ControllerItem": [
29         ],
30         "LZUIKit/LoadingView": [
32         ],
33         "LZUIKit/OptionTextField": [
35         ],
36         "LZUIKit/TableViewEmptyMessage": [
38         ],
39         "LZUIKit/View": [
41         ],
42         "LZUIKit/ZoomViewer": [
44         ]
45       }
46     },
47     {
48       "name": "RxSwift",
49       "dependencies": {
50         "LZUIKit/Core": [
52         ],
53         "LZUIKit/Button+RxSwift": [
55         ],
56         "LZUIKit/ControllerItem+RxSwift": [
58         ],
59         "LZUIKit/LoadingView+RxSwift": [
61         ],
62         "LZUIKit/OptionTextField+RxSwift": [
64         ],
65         "LZUIKit/TableViewEmptyMessage+RxSwift": [
67         ],
68         "LZUIKit/ViewController+RxSwift": [
70         ],
71         "LZUIKit/TabBarController+RxSwift": [
73         ]
74       }
75     },
76     {
77       "name": "Button",
78       "source_files": "Sources/LZUIKit/Button/**/*.{swift}"
79     },
80     {
81       "name": "Button+RxSwift",
82       "source_files": "Sources/LZUIKit/Button+RxSwift/**/*.{swift}",
83       "dependencies": {
84         "LZUIKit/Button": [
86         ],
87         "RxSwift": [
88           "~> 5.0"
89         ],
90         "RxCocoa": [
91           "~> 5.0"
92         ]
93       }
94     },
95     {
96       "name": "ControllerItem",
97       "source_files": "Sources/LZUIKit/ControllerItem/**/*.{swift}"
98     },
99     {
100       "name": "ControllerItem+RxSwift",
101       "source_files": "Sources/LZUIKit/ControllerItem+RxSwift/**/*.{swift}",
102       "dependencies": {
103         "LZUIKit/ControllerItem": [
105         ],
106         "RxSwift": [
107           "~> 5.0"
108         ],
109         "RxCocoa": [
110           "~> 5.0"
111         ]
112       }
113     },
114     {
115       "name": "LoadingView",
116       "source_files": "Sources/LZUIKit/LoadingView/**/*.{swift}"
117     },
118     {
119       "name": "LoadingView+RxSwift",
120       "source_files": "Sources/LZUIKit/LoadingView+RxSwift/**/*.{swift}",
121       "dependencies": {
122         "LZUIKit/LoadingView": [
124         ],
125         "RxSwift": [
126           "~> 5.0"
127         ],
128         "RxCocoa": [
129           "~> 5.0"
130         ]
131       }
132     },
133     {
134       "name": "OptionTextField",
135       "source_files": "Sources/LZUIKit/OptionTextField/**/*.{swift}"
136     },
137     {
138       "name": "OptionTextField+RxSwift",
139       "source_files": "Sources/LZUIKit/OptionTextField+RxSwift/**/*.{swift}",
140       "dependencies": {
141         "LZUIKit/OptionTextField": [
143         ],
144         "RxSwift": [
145           "~> 5.0"
146         ],
147         "RxCocoa": [
148           "~> 5.0"
149         ]
150       }
151     },
152     {
153       "name": "TableViewEmptyMessage",
154       "source_files": "Sources/LZUIKit/TableViewEmptyMessage/**/*.{swift}"
155     },
156     {
157       "name": "TableViewEmptyMessage+RxSwift",
158       "source_files": "Sources/LZUIKit/TableViewEmptyMessage+RxSwift/**/*.{swift}",
159       "dependencies": {
160         "LZUIKit/TableViewEmptyMessage": [
162         ],
163         "RxSwift": [
164           "~> 5.0"
165         ],
166         "RxCocoa": [
167           "~> 5.0"
168         ]
169       }
170     },
171     {
172       "name": "View",
173       "source_files": "Sources/LZUIKit/View/**/*.{swift}"
174     },
175     {
176       "name": "ViewController+RxSwift",
177       "source_files": "Sources/LZUIKit/ViewController+RxSwift/**/*.{swift}",
178       "dependencies": {
179         "RxSwift": [
180           "~> 5.0"
181         ],
182         "RxCocoa": [
183           "~> 5.0"
184         ]
185       }
186     },
187     {
188       "name": "TabBarController+RxSwift",
189       "source_files": "Sources/LZUIKit/TabBarController+RxSwift/**/*.{swift}",
190       "dependencies": {
191         "RxSwift": [
192           "~> 5.0"
193         ],
194         "RxCocoa": [
195           "~> 5.0"
196         ]
197       }
198     },
199     {
200       "name": "ZoomViewer",
201       "source_files": "Sources/LZUIKit/ZoomViewer/**/*.{swift}"
202     }
203   ],
204   "swift_version": "5.0.0"