[Add] TMFind 0.0.86
[CocoaPods.git] / Specs / 6 / 5 / 0 / Swiftilities / 0.23.0 / Swiftilities.podspec.json
blobdddd972e184cf7c3ff98cd72922f3ef08d8d770c
2   "name": "Swiftilities",
3   "version": "0.23.0",
4   "summary": "A collection of useful Swift utilities.",
5   "swift_versions": [
6     "4.2",
7     "5.0",
8     "5.0"
9   ],
10   "description": "A collection of useful Swift utilities. All components and\nextensions found in this library are consise enough on their own\nso as to not warrant their own project.",
11   "homepage": "https://github.com/rightpoint/Swiftilities",
12   "license": "MIT",
13   "authors": {
14     "Nicholas Bonatsakis": "nick.bonatsakis@raizlabs.com"
15   },
16   "source": {
17     "git": "https://github.com/rightpoint/Swiftilities.git",
18     "tag": "0.23.0"
19   },
20   "platforms": {
21     "ios": "9.0",
22     "osx": "10.11",
23     "watchos": "2.2",
24     "tvos": "10.0"
25   },
26   "requires_arc": true,
27   "default_subspecs": "All",
28   "ios": {
29     "frameworks": "UIKit"
30   },
31   "tvos": {
32     "frameworks": "UIKit"
33   },
34   "swift_version": "5.0",
35   "subspecs": [
36     {
37       "name": "AboutView",
38       "ios": {
39         "source_files": "Pod/Classes/AboutView/*.swift",
40         "frameworks": [
41           "UIKit",
42           "MessageUI"
43         ]
44       },
45       "platforms": {
46         "ios": "9.0"
47       }
48     },
49     {
50       "name": "AccessibilityHelpers",
51       "source_files": "Pod/Classes/AccessibilityHelpers/*.swift",
52       "platforms": {
53         "ios": "9.0",
54         "tvos": "10.0"
55       }
56     },
57     {
58       "name": "Acknowledgements",
59       "dependencies": {
60         "Swiftilities/LicenseFormatter": [
62         ],
63         "Swiftilities/Deselection": [
65         ],
66         "Swiftilities/Compatibility": [
68         ]
69       },
70       "ios": {
71         "source_files": "Pod/Classes/Acknowledgements/*.swift"
72       },
73       "platforms": {
74         "ios": "9.0"
75       }
76     },
77     {
78       "name": "BetterButton",
79       "source_files": "Pod/Classes/BetterButton/*.swift",
80       "dependencies": {
81         "Swiftilities/Shapes": [
83         ],
84         "Swiftilities/ImageHelpers": [
86         ],
87         "Swiftilities/ColorHelpers": [
89         ],
90         "Swiftilities/Math": [
92         ]
93       },
94       "platforms": {
95         "ios": "9.0",
96         "tvos": "10.0"
97       }
98     },
99     {
100       "name": "ColorHelpers",
101       "source_files": "Pod/Classes/ColorHelpers/*.swift",
102       "platforms": {
103         "ios": "9.0",
104         "tvos": "10.0"
105       }
106     },
107     {
108       "name": "Compatibility",
109       "source_files": "Pod/Classes/Compatibility/*.swift"
110     },
111     {
112       "name": "CoreDataStack",
113       "source_files": "Pod/Classes/CoreDataStack/*.swift",
114       "frameworks": [
115         "Foundation",
116         "CoreData"
117       ]
118     },
119     {
120       "name": "Deselection",
121       "source_files": "Pod/Classes/Deselection/*.swift",
122       "platforms": {
123         "ios": "9.0",
124         "tvos": "10.0"
125       }
126     },
127     {
128       "name": "DeviceSize",
129       "ios": {
130         "source_files": "Pod/Classes/DeviceSize/*.swift"
131       },
132       "platforms": {
133         "ios": "9.0"
134       }
135     },
136     {
137       "name": "FormattedTextField",
138       "source_files": "Pod/Classes/FormattedTextField/*.swift",
139       "platforms": {
140         "ios": "9.0",
141         "tvos": "10.0"
142       }
143     },
144     {
145       "name": "Forms",
146       "source_files": "Pod/Classes/Forms/*.swift",
147       "platforms": {
148         "ios": "9.0",
149         "tvos": "10.0"
150       }
151     },
152     {
153       "name": "HairlineView",
154       "source_files": "Pod/Classes/HairlineView/*.swift",
155       "platforms": {
156         "ios": "9.0",
157         "tvos": "10.0"
158       }
159     },
160     {
161       "name": "ImageHelpers",
162       "source_files": "Pod/Classes/ImageHelpers/*.swift",
163       "platforms": {
164         "ios": "9.0",
165         "tvos": "10.0"
166       }
167     },
168     {
169       "name": "Keyboard",
170       "ios": {
171         "source_files": "Pod/Classes/Keyboard/*.swift"
172       },
173       "platforms": {
174         "ios": "9.0"
175       }
176     },
177     {
178       "name": "LicenseFormatter",
179       "source_files": "Pod/Classes/LicenseFormatter/*.swift"
180     },
181     {
182       "name": "Lifecycle",
183       "dependencies": {
184         "Swiftilities/Math": [
186         ],
187         "Swiftilities/HairlineView": [
189         ]
190       },
191       "ios": {
192         "source_files": [
193           "Pod/Classes/Lifecycle/**/*.swift"
194         ]
195       },
196       "platforms": {
197         "ios": "9.0",
198         "tvos": "10.0"
199       }
200     },
201     {
202       "name": "Logging",
203       "source_files": "Pod/Classes/Logging/*.swift"
204     },
205     {
206       "name": "Math",
207       "source_files": "Pod/Classes/Math/*.swift",
208       "frameworks": [
209         "CoreGraphics"
210       ]
211     },
212     {
213       "name": "RootViewController",
214       "ios": {
215         "source_files": "Pod/Classes/RootViewController/*.swift",
216         "frameworks": [
217           "UIKit",
218           "MessageUI"
219         ]
220       },
221       "platforms": {
222         "ios": "9.0"
223       }
224     },
225     {
226       "name": "Shapes",
227       "source_files": "Pod/Classes/Shapes/*.swift",
228       "platforms": {
229         "ios": "9.0",
230         "tvos": "10.0"
231       }
232     },
233     {
234       "name": "StackViewHelpers",
235       "source_files": "Pod/Classes/StackViewHelpers/*.swift",
236       "platforms": {
237         "ios": "9.0",
238         "tvos": "10.0"
239       }
240     },
241     {
242       "name": "TableViewHelpers",
243       "source_files": "Pod/Classes/TableViewHelpers/*.swift",
244       "platforms": {
245         "ios": "9.0",
246         "tvos": "10.0"
247       }
248     },
249     {
250       "name": "TintedButton",
251       "source_files": "Pod/Classes/TintedButton/*.swift",
252       "platforms": {
253         "ios": "9.0",
254         "tvos": "10.0"
255       }
256     },
257     {
258       "name": "Views",
259       "source_files": [
260         "Pod/Classes/Views/**/*.swift"
261       ],
262       "platforms": {
263         "ios": "9.0"
264       }
265     },
266     {
267       "name": "All",
268       "ios": {
269         "dependencies": {
270           "Swiftilities/AboutView": [
272           ],
273           "Swiftilities/AccessibilityHelpers": [
275           ],
276           "Swiftilities/Acknowledgements": [
278           ],
279           "Swiftilities/BetterButton": [
281           ],
282           "Swiftilities/ColorHelpers": [
284           ],
285           "Swiftilities/Deselection": [
287           ],
288           "Swiftilities/DeviceSize": [
290           ],
291           "Swiftilities/FormattedTextField": [
293           ],
294           "Swiftilities/Forms": [
296           ],
297           "Swiftilities/HairlineView": [
299           ],
300           "Swiftilities/ImageHelpers": [
302           ],
303           "Swiftilities/Keyboard": [
305           ],
306           "Swiftilities/Lifecycle": [
308           ],
309           "Swiftilities/RootViewController": [
311           ],
312           "Swiftilities/Shapes": [
314           ],
315           "Swiftilities/StackViewHelpers": [
317           ],
318           "Swiftilities/TableViewHelpers": [
320           ],
321           "Swiftilities/TintedButton": [
323           ],
324           "Swiftilities/Views": [
326           ]
327         }
328       },
329       "tvos": {
330         "dependencies": {
331           "Swiftilities/AccessibilityHelpers": [
333           ],
334           "Swiftilities/BetterButton": [
336           ],
337           "Swiftilities/ColorHelpers": [
339           ],
340           "Swiftilities/Deselection": [
342           ],
343           "Swiftilities/FormattedTextField": [
345           ],
346           "Swiftilities/Forms": [
348           ],
349           "Swiftilities/HairlineView": [
351           ],
352           "Swiftilities/ImageHelpers": [
354           ],
355           "Swiftilities/Lifecycle": [
357           ],
358           "Swiftilities/Shapes": [
360           ],
361           "Swiftilities/StackViewHelpers": [
363           ],
364           "Swiftilities/TableViewHelpers": [
366           ],
367           "Swiftilities/TintedButton": [
369           ]
370         }
371       },
372       "dependencies": {
373         "Swiftilities/Compatibility": [
375         ],
376         "Swiftilities/CoreDataStack": [
378         ],
379         "Swiftilities/LicenseFormatter": [
381         ],
382         "Swiftilities/Logging": [
384         ],
385         "Swiftilities/Math": [
387         ]
388       }
389     }
390   ]