[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 6 / 5 / 0 / Swiftilities / 0.25.1 / Swiftilities.podspec.json
blobd5d59993d94609b8b138a59e55aa7d28946d97ac
2   "name": "Swiftilities",
3   "version": "0.25.1",
4   "summary": "A collection of useful Swift utilities.",
5   "swift_versions": [
6     "4.2",
7     "5.0"
8   ],
9   "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.",
10   "homepage": "https://github.com/rightpoint/Swiftilities",
11   "license": "MIT",
12   "authors": {
13     "Rightpoint": "opensource@rightpoint.com"
14   },
15   "source": {
16     "git": "https://github.com/rightpoint/Swiftilities.git",
17     "tag": "0.25.1"
18   },
19   "platforms": {
20     "ios": "9.0",
21     "osx": "10.11",
22     "watchos": "2.2",
23     "tvos": "10.0"
24   },
25   "requires_arc": true,
26   "default_subspecs": "All",
27   "ios": {
28     "frameworks": "UIKit"
29   },
30   "tvos": {
31     "frameworks": "UIKit"
32   },
33   "subspecs": [
34     {
35       "name": "AboutView",
36       "ios": {
37         "source_files": "Pod/Classes/AboutView/*.swift",
38         "frameworks": [
39           "UIKit",
40           "MessageUI"
41         ]
42       },
43       "platforms": {
44         "ios": "9.0"
45       }
46     },
47     {
48       "name": "AccessibilityHelpers",
49       "source_files": "Pod/Classes/AccessibilityHelpers/*.swift",
50       "platforms": {
51         "ios": "9.0",
52         "tvos": "10.0"
53       }
54     },
55     {
56       "name": "Acknowledgements",
57       "dependencies": {
58         "Swiftilities/LicenseFormatter": [
60         ],
61         "Swiftilities/Deselection": [
63         ],
64         "Swiftilities/Compatibility": [
66         ]
67       },
68       "ios": {
69         "source_files": "Pod/Classes/Acknowledgements/*.swift"
70       },
71       "platforms": {
72         "ios": "9.0"
73       }
74     },
75     {
76       "name": "BetterButton",
77       "source_files": "Pod/Classes/BetterButton/*.swift",
78       "dependencies": {
79         "Swiftilities/Shapes": [
81         ],
82         "Swiftilities/ImageHelpers": [
84         ],
85         "Swiftilities/ColorHelpers": [
87         ],
88         "Swiftilities/Math": [
90         ]
91       },
92       "platforms": {
93         "ios": "9.0",
94         "tvos": "10.0"
95       }
96     },
97     {
98       "name": "ColorHelpers",
99       "source_files": "Pod/Classes/ColorHelpers/*.swift",
100       "platforms": {
101         "ios": "9.0",
102         "tvos": "10.0"
103       }
104     },
105     {
106       "name": "Compatibility",
107       "source_files": "Pod/Classes/Compatibility/*.swift"
108     },
109     {
110       "name": "CoreDataStack",
111       "source_files": "Pod/Classes/CoreDataStack/*.swift",
112       "frameworks": [
113         "Foundation",
114         "CoreData"
115       ]
116     },
117     {
118       "name": "Deselection",
119       "source_files": "Pod/Classes/Deselection/*.swift",
120       "platforms": {
121         "ios": "9.0",
122         "tvos": "10.0"
123       }
124     },
125     {
126       "name": "DeviceSize",
127       "ios": {
128         "source_files": "Pod/Classes/DeviceSize/*.swift"
129       },
130       "platforms": {
131         "ios": "9.0"
132       }
133     },
134     {
135       "name": "FormattedTextField",
136       "source_files": "Pod/Classes/FormattedTextField/*.swift",
137       "platforms": {
138         "ios": "9.0",
139         "tvos": "10.0"
140       }
141     },
142     {
143       "name": "Forms",
144       "source_files": "Pod/Classes/Forms/*.swift",
145       "platforms": {
146         "ios": "9.0",
147         "tvos": "10.0"
148       }
149     },
150     {
151       "name": "HairlineView",
152       "source_files": "Pod/Classes/HairlineView/*.swift",
153       "platforms": {
154         "ios": "9.0",
155         "tvos": "10.0"
156       }
157     },
158     {
159       "name": "ImageHelpers",
160       "source_files": "Pod/Classes/ImageHelpers/*.swift",
161       "platforms": {
162         "ios": "9.0",
163         "tvos": "10.0"
164       }
165     },
166     {
167       "name": "Keyboard",
168       "ios": {
169         "source_files": "Pod/Classes/Keyboard/*.swift"
170       },
171       "platforms": {
172         "ios": "9.0"
173       }
174     },
175     {
176       "name": "LicenseFormatter",
177       "source_files": "Pod/Classes/LicenseFormatter/*.swift"
178     },
179     {
180       "name": "Lifecycle",
181       "dependencies": {
182         "Swiftilities/Math": [
184         ],
185         "Swiftilities/HairlineView": [
187         ]
188       },
189       "ios": {
190         "source_files": [
191           "Pod/Classes/Lifecycle/**/*.swift"
192         ]
193       },
194       "platforms": {
195         "ios": "9.0",
196         "tvos": "10.0"
197       }
198     },
199     {
200       "name": "Logging",
201       "source_files": "Pod/Classes/Logging/*.swift"
202     },
203     {
204       "name": "Math",
205       "source_files": "Pod/Classes/Math/*.swift",
206       "frameworks": [
207         "CoreGraphics"
208       ]
209     },
210     {
211       "name": "RootViewController",
212       "ios": {
213         "source_files": "Pod/Classes/RootViewController/*.swift",
214         "frameworks": [
215           "UIKit",
216           "MessageUI"
217         ]
218       },
219       "platforms": {
220         "ios": "9.0"
221       }
222     },
223     {
224       "name": "Shapes",
225       "source_files": "Pod/Classes/Shapes/*.swift",
226       "platforms": {
227         "ios": "9.0",
228         "tvos": "10.0"
229       }
230     },
231     {
232       "name": "StackViewHelpers",
233       "source_files": "Pod/Classes/StackViewHelpers/*.swift",
234       "platforms": {
235         "ios": "9.0",
236         "tvos": "10.0"
237       }
238     },
239     {
240       "name": "TableViewHelpers",
241       "source_files": "Pod/Classes/TableViewHelpers/*.swift",
242       "platforms": {
243         "ios": "9.0",
244         "tvos": "10.0"
245       }
246     },
247     {
248       "name": "TintedButton",
249       "source_files": "Pod/Classes/TintedButton/*.swift",
250       "platforms": {
251         "ios": "9.0",
252         "tvos": "10.0"
253       }
254     },
255     {
256       "name": "Views",
257       "source_files": [
258         "Pod/Classes/Views/**/*.swift"
259       ],
260       "platforms": {
261         "ios": "9.0"
262       }
263     },
264     {
265       "name": "All",
266       "ios": {
267         "dependencies": {
268           "Swiftilities/AboutView": [
270           ],
271           "Swiftilities/AccessibilityHelpers": [
273           ],
274           "Swiftilities/Acknowledgements": [
276           ],
277           "Swiftilities/BetterButton": [
279           ],
280           "Swiftilities/ColorHelpers": [
282           ],
283           "Swiftilities/Deselection": [
285           ],
286           "Swiftilities/DeviceSize": [
288           ],
289           "Swiftilities/FormattedTextField": [
291           ],
292           "Swiftilities/Forms": [
294           ],
295           "Swiftilities/HairlineView": [
297           ],
298           "Swiftilities/ImageHelpers": [
300           ],
301           "Swiftilities/Keyboard": [
303           ],
304           "Swiftilities/Lifecycle": [
306           ],
307           "Swiftilities/RootViewController": [
309           ],
310           "Swiftilities/Shapes": [
312           ],
313           "Swiftilities/StackViewHelpers": [
315           ],
316           "Swiftilities/TableViewHelpers": [
318           ],
319           "Swiftilities/TintedButton": [
321           ],
322           "Swiftilities/Views": [
324           ]
325         }
326       },
327       "tvos": {
328         "dependencies": {
329           "Swiftilities/AccessibilityHelpers": [
331           ],
332           "Swiftilities/BetterButton": [
334           ],
335           "Swiftilities/ColorHelpers": [
337           ],
338           "Swiftilities/Deselection": [
340           ],
341           "Swiftilities/FormattedTextField": [
343           ],
344           "Swiftilities/Forms": [
346           ],
347           "Swiftilities/HairlineView": [
349           ],
350           "Swiftilities/ImageHelpers": [
352           ],
353           "Swiftilities/Lifecycle": [
355           ],
356           "Swiftilities/Shapes": [
358           ],
359           "Swiftilities/StackViewHelpers": [
361           ],
362           "Swiftilities/TableViewHelpers": [
364           ],
365           "Swiftilities/TintedButton": [
367           ]
368         }
369       },
370       "dependencies": {
371         "Swiftilities/Compatibility": [
373         ],
374         "Swiftilities/CoreDataStack": [
376         ],
377         "Swiftilities/LicenseFormatter": [
379         ],
380         "Swiftilities/Logging": [
382         ],
383         "Swiftilities/Math": [
385         ]
386       }
387     }
388   ],
389   "swift_version": "5.0"