[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 5 / 9 / a / LZUIKit / 1.0.0 / LZUIKit.podspec.json
blob36657499ad4044e226eb41eac94ad63323364a4c
2   "name": "LZUIKit",
3   "version": "1.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": "10.0"
14   },
15   "source": {
16     "git": "https://github.com/coollazy/LZUIKit.git",
17     "tag": "1.0.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       }
43     },
44     {
45       "name": "RxSwift",
46       "dependencies": {
47         "LZUIKit/Core": [
49         ],
50         "LZUIKit/Button+RxSwift": [
52         ],
53         "LZUIKit/ControllerItem+RxSwift": [
55         ],
56         "LZUIKit/LoadingView+RxSwift": [
58         ],
59         "LZUIKit/OptionTextField+RxSwift": [
61         ],
62         "LZUIKit/ViewController+RxSwift": [
64         ],
65         "LZUIKit/TabBarController+RxSwift": [
67         ]
68       }
69     },
70     {
71       "name": "Button",
72       "source_files": "Sources/LZUIKit/Button/**/*.{swift}"
73     },
74     {
75       "name": "Button+RxSwift",
76       "source_files": "Sources/LZUIKit/Button+RxSwift/**/*.{swift}",
77       "dependencies": {
78         "LZUIKit/Button": [
80         ],
81         "RxSwift": [
82           "~> 5.0"
83         ],
84         "RxCocoa": [
85           "~> 5.0"
86         ]
87       }
88     },
89     {
90       "name": "ControllerItem",
91       "source_files": "Sources/LZUIKit/ControllerItem/**/*.{swift}"
92     },
93     {
94       "name": "ControllerItem+RxSwift",
95       "source_files": "Sources/LZUIKit/ControllerItem+RxSwift/**/*.{swift}",
96       "dependencies": {
97         "LZUIKit/ControllerItem": [
99         ],
100         "RxSwift": [
101           "~> 5.0"
102         ],
103         "RxCocoa": [
104           "~> 5.0"
105         ]
106       }
107     },
108     {
109       "name": "LoadingView",
110       "source_files": "Sources/LZUIKit/LoadingView/**/*.{swift}"
111     },
112     {
113       "name": "LoadingView+RxSwift",
114       "source_files": "Sources/LZUIKit/LoadingView+RxSwift/**/*.{swift}",
115       "dependencies": {
116         "LZUIKit/LoadingView": [
118         ],
119         "RxSwift": [
120           "~> 5.0"
121         ],
122         "RxCocoa": [
123           "~> 5.0"
124         ]
125       }
126     },
127     {
128       "name": "OptionTextField",
129       "source_files": "Sources/LZUIKit/OptionTextField/**/*.{swift}"
130     },
131     {
132       "name": "OptionTextField+RxSwift",
133       "source_files": "Sources/LZUIKit/OptionTextField+RxSwift/**/*.{swift}",
134       "dependencies": {
135         "LZUIKit/OptionTextField": [
137         ],
138         "RxSwift": [
139           "~> 5.0"
140         ],
141         "RxCocoa": [
142           "~> 5.0"
143         ]
144       }
145     },
146     {
147       "name": "TableViewEmptyMessage",
148       "source_files": "Sources/LZUIKit/TableViewEmptyMessage/**/*.{swift}"
149     },
150     {
151       "name": "View",
152       "source_files": "Sources/LZUIKit/View/**/*.{swift}"
153     },
154     {
155       "name": "ViewController+RxSwift",
156       "source_files": "Sources/LZUIKit/ViewController+RxSwift/**/*.{swift}",
157       "dependencies": {
158         "RxSwift": [
159           "~> 5.0"
160         ],
161         "RxCocoa": [
162           "~> 5.0"
163         ]
164       }
165     },
166     {
167       "name": "TabBarController+RxSwift",
168       "source_files": "Sources/LZUIKit/TabBarController+RxSwift/**/*.{swift}",
169       "dependencies": {
170         "RxSwift": [
171           "~> 5.0"
172         ],
173         "RxCocoa": [
174           "~> 5.0"
175         ]
176       }
177     }
178   ],
179   "swift_version": "5.0.0"