[Add] TensorFlowLiteSelectTfOps 0.0.1-nightly.20220526
[CocoaPods.git] / Specs / d / e / a / SpecialFor / 0.3.0 / SpecialFor.podspec.json
blob04a1330eda70510d2f2f5204e42f373b4406a7dc
2   "name": "SpecialFor",
3   "version": "0.3.0",
4   "summary": "Useful codebase which I used among projects",
5   "homepage": "https://github.com/specialfor/SpecialFor",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Volodymyr Hryhoriev": "volodja.grigoriev@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/specialfor/SpecialFor.git",
15     "tag": "0.3.0"
16   },
17   "social_media_url": "https://twitter.com/specialfor_ios",
18   "platforms": {
19     "ios": "10.0"
20   },
21   "swift_version": "4.2",
22   "source_files": "Specialfor/Classes/**/*",
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": "Specialfor/Classes/Core/**/*",
27       "subspecs": [
28         {
29           "name": "Closure",
30           "source_files": "**/Closure.swift"
31         },
32         {
33           "name": "GCD",
34           "dependencies": {
35             "SpecialFor/Core/Closure": [
37             ]
38           },
39           "source_files": "**/GCD.swift"
40         },
41         {
42           "name": "Result",
43           "dependencies": {
44             "SpecialFor/Core/Closure": [
46             ]
47           },
48           "source_files": "**/Result/*"
49         }
50       ]
51     },
52     {
53       "name": "AppEnvironment",
54       "source_files": "Specialfor/Classes/AppEnvironment/**/*"
55     },
56     {
57       "name": "UIKit",
58       "frameworks": "UIKit",
59       "source_files": "Specialfor/Classes/UIKit/**/*",
60       "subspecs": [
61         {
62           "name": "PartialCheckableButton",
63           "dependencies": {
64             "SpecialFor/UIKit/View": [
66             ],
67             "SnapKit": [
68               "= 4.2.0"
69             ]
70           },
71           "source_files": "**/{PartialCheckableButton,Closure}.swift"
72         },
73         {
74           "name": "View",
75           "dependencies": {
76             "SpecialFor/UIKit/Setupable": [
78             ]
79           },
80           "source_files": "**/View.swift"
81         },
82         {
83           "name": "ImageAlertViewController",
84           "dependencies": {
85             "SpecialFor/UIKit/Setupable": [
87             ],
88             "SnapKit": [
89               "= 4.2.0"
90             ]
91           },
92           "source_files": "**/{ImageAlertViewController,Closure,UIView+Corners,GCD}.swift"
93         },
94         {
95           "name": "AlignableLabel",
96           "source_files": "**/AlignableLabel.swift"
97         },
98         {
99           "name": "Accessories",
100           "dependencies": {
101             "SpecialFor/UIKit/Gradient": [
103             ],
104             "SpecialFor/UIKit/SeparatorView": [
106             ]
107           }
108         },
109         {
110           "name": "Gradient",
111           "source_files": "**/Gradient/**/*"
112         },
113         {
114           "name": "SeparatorView",
115           "dependencies": {
116             "SpecialFor/UIKit/View": [
118             ],
119             "SnapKit": [
120               "= 4.2.0"
121             ]
122           },
123           "source_files": "**/SeparatorView.swift"
124         },
125         {
126           "name": "EmptyStateTableViewDS",
127           "dependencies": {
128             "SpecialFor/UIKit/View": [
130             ],
131             "SnapKit": [
132               "= 4.2.0"
133             ]
134           },
135           "source_files": [
136             "**/EmptyState/**/*",
137             "**/{TableViewDataSourceProxy,Closure,UIView+Toggle}.swift"
138           ]
139         },
140         {
141           "name": "FastScroll",
142           "dependencies": {
143             "SpecialFor/UIKit/View": [
145             ],
146             "SnapKit": [
147               "= 4.2.0"
148             ]
149           },
150           "source_files": [
151             "**/FastScroll/**/*",
152             "**/{Closure,UIView+Corners}.swift"
153           ]
154         },
155         {
156           "name": "TextField",
157           "dependencies": {
158             "SpecialFor/Core/Closure": [
160             ]
161           },
162           "source_files": "**/TextField.swift"
163         },
164         {
165           "name": "ImagePlaceholderTextField",
166           "dependencies": {
167             "SpecialFor/UIKit/TextField": [
169             ],
170             "SpecialFor/UIKit/View": [
172             ],
173             "SnapKit": [
174               "= 4.2.0"
175             ]
176           },
177           "source_files": "**/{ImagePlaceholderTextField,Closure}.swift",
178           "resources": "**/ImagePlaceholderTextField.xcassets"
179         },
180         {
181           "name": "MaterialTextInput",
182           "dependencies": {
183             "SpecialFor/UIKit/TextField": [
185             ],
186             "SpecialFor/UIKit/View": [
188             ],
189             "SnapKit": [
190               "= 4.2.0"
191             ]
192           },
193           "source_files": [
194             "**/Material/**/*",
195             "**/Closure.swift"
196           ]
197         },
198         {
199           "name": "LinkTextField",
200           "dependencies": {
201             "SpecialFor/UIKit/MaterialTextInput": [
203             ]
204           },
205           "source_files": [
206             "**/LinkTextField/**/*",
207             "**/{Closure,String+Contains}.swift"
208           ],
209           "resources": "**/LinkTextField.xcassets"
210         },
211         {
212           "name": "ImagesView",
213           "dependencies": {
214             "SpecialFor/UIKit/View": [
216             ],
217             "SnapKit": [
218               "= 4.2.0"
219             ],
220             "Kingfisher": [
221               "=5.3.1"
222             ]
223           },
224           "source_files": [
225             "**/ImagesView/**/*",
226             "**/UIImageView+Corners.swift"
227           ],
228           "resources": "**/ImagesView.xcassets"
229         },
230         {
231           "name": "BannerWindow",
232           "dependencies": {
233             "SnapKit": [
234               "= 4.2.0"
235             ]
236           },
237           "source_files": "**/BannerWindow.swift"
238         },
239         {
240           "name": "GifLoaderView",
241           "dependencies": {
242             "SnapKit": [
243               "= 4.2.0"
244             ],
245             "SwiftGifOrigin": [
246               "= 1.7.0"
247             ],
248             "SpecialFor/UIKit/View": [
250             ],
251             "SpecialFor/UIKit/Renderable": [
253             ]
254           },
255           "source_files": "**/GifLoaderView.swift"
256         },
257         {
258           "name": "Renderable",
259           "source_files": "**/Renderable.swift"
260         },
261         {
262           "name": "Setupable",
263           "source_files": "**/Setupable.swift"
264         },
265         {
266           "name": "Loadable",
267           "dependencies": {
268             "SpecialFor/UIKit/Renderable": [
270             ],
271             "SnapKit": [
272               "= 4.2.0"
273             ]
274           },
275           "source_files": "**/Loadable.swift"
276         },
277         {
278           "name": "Backable",
279           "source_files": "**/Backable.swift",
280           "resources": "**/Backable.xcassets"
281         }
282       ]
283     },
284     {
285       "name": "AVFoundation",
286       "frameworks": "AVFoundation",
287       "source_files": "Specialfor/Classes/AVFoundation/*"
288     },
289     {
290       "name": "Photos",
291       "frameworks": "Photos",
292       "source_files": "Specialfor/Classes/Photos/*"
293     }
294   ]