[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 6 / 5 / 0 / Swiftilities / 0.24.0 / Swiftilities.podspec.json
blobec70af98bdc52d16edbc3005d19b493e9ccc4085
2   "name": "Swiftilities",
3   "version": "0.24.0",
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.24.0"
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   "swift_version": "5.0",
34   "subspecs": [
35     {
36       "name": "AboutView",
37       "ios": {
38         "source_files": "Pod/Classes/AboutView/*.swift",
39         "frameworks": [
40           "UIKit",
41           "MessageUI"
42         ]
43       },
44       "platforms": {
45         "ios": "9.0"
46       }
47     },
48     {
49       "name": "AccessibilityHelpers",
50       "source_files": "Pod/Classes/AccessibilityHelpers/*.swift",
51       "platforms": {
52         "ios": "9.0",
53         "tvos": "10.0"
54       }
55     },
56     {
57       "name": "Acknowledgements",
58       "dependencies": {
59         "Swiftilities/LicenseFormatter": [
61         ],
62         "Swiftilities/Deselection": [
64         ],
65         "Swiftilities/Compatibility": [
67         ]
68       },
69       "ios": {
70         "source_files": "Pod/Classes/Acknowledgements/*.swift"
71       },
72       "platforms": {
73         "ios": "9.0"
74       }
75     },
76     {
77       "name": "BetterButton",
78       "source_files": "Pod/Classes/BetterButton/*.swift",
79       "dependencies": {
80         "Swiftilities/Shapes": [
82         ],
83         "Swiftilities/ImageHelpers": [
85         ],
86         "Swiftilities/ColorHelpers": [
88         ],
89         "Swiftilities/Math": [
91         ]
92       },
93       "platforms": {
94         "ios": "9.0",
95         "tvos": "10.0"
96       }
97     },
98     {
99       "name": "ColorHelpers",
100       "source_files": "Pod/Classes/ColorHelpers/*.swift",
101       "platforms": {
102         "ios": "9.0",
103         "tvos": "10.0"
104       }
105     },
106     {
107       "name": "Compatibility",
108       "source_files": "Pod/Classes/Compatibility/*.swift"
109     },
110     {
111       "name": "CoreDataStack",
112       "source_files": "Pod/Classes/CoreDataStack/*.swift",
113       "frameworks": [
114         "Foundation",
115         "CoreData"
116       ]
117     },
118     {
119       "name": "Deselection",
120       "source_files": "Pod/Classes/Deselection/*.swift",
121       "platforms": {
122         "ios": "9.0",
123         "tvos": "10.0"
124       }
125     },
126     {
127       "name": "DeviceSize",
128       "ios": {
129         "source_files": "Pod/Classes/DeviceSize/*.swift"
130       },
131       "platforms": {
132         "ios": "9.0"
133       }
134     },
135     {
136       "name": "FormattedTextField",
137       "source_files": "Pod/Classes/FormattedTextField/*.swift",
138       "platforms": {
139         "ios": "9.0",
140         "tvos": "10.0"
141       }
142     },
143     {
144       "name": "Forms",
145       "source_files": "Pod/Classes/Forms/*.swift",
146       "platforms": {
147         "ios": "9.0",
148         "tvos": "10.0"
149       }
150     },
151     {
152       "name": "HairlineView",
153       "source_files": "Pod/Classes/HairlineView/*.swift",
154       "platforms": {
155         "ios": "9.0",
156         "tvos": "10.0"
157       }
158     },
159     {
160       "name": "ImageHelpers",
161       "source_files": "Pod/Classes/ImageHelpers/*.swift",
162       "platforms": {
163         "ios": "9.0",
164         "tvos": "10.0"
165       }
166     },
167     {
168       "name": "Keyboard",
169       "ios": {
170         "source_files": "Pod/Classes/Keyboard/*.swift"
171       },
172       "platforms": {
173         "ios": "9.0"
174       }
175     },
176     {
177       "name": "LicenseFormatter",
178       "source_files": "Pod/Classes/LicenseFormatter/*.swift"
179     },
180     {
181       "name": "Lifecycle",
182       "dependencies": {
183         "Swiftilities/Math": [
185         ],
186         "Swiftilities/HairlineView": [
188         ]
189       },
190       "ios": {
191         "source_files": [
192           "Pod/Classes/Lifecycle/**/*.swift"
193         ]
194       },
195       "platforms": {
196         "ios": "9.0",
197         "tvos": "10.0"
198       }
199     },
200     {
201       "name": "Logging",
202       "source_files": "Pod/Classes/Logging/*.swift"
203     },
204     {
205       "name": "Math",
206       "source_files": "Pod/Classes/Math/*.swift",
207       "frameworks": [
208         "CoreGraphics"
209       ]
210     },
211     {
212       "name": "RootViewController",
213       "ios": {
214         "source_files": "Pod/Classes/RootViewController/*.swift",
215         "frameworks": [
216           "UIKit",
217           "MessageUI"
218         ]
219       },
220       "platforms": {
221         "ios": "9.0"
222       }
223     },
224     {
225       "name": "Shapes",
226       "source_files": "Pod/Classes/Shapes/*.swift",
227       "platforms": {
228         "ios": "9.0",
229         "tvos": "10.0"
230       }
231     },
232     {
233       "name": "StackViewHelpers",
234       "source_files": "Pod/Classes/StackViewHelpers/*.swift",
235       "platforms": {
236         "ios": "9.0",
237         "tvos": "10.0"
238       }
239     },
240     {
241       "name": "TableViewHelpers",
242       "source_files": "Pod/Classes/TableViewHelpers/*.swift",
243       "platforms": {
244         "ios": "9.0",
245         "tvos": "10.0"
246       }
247     },
248     {
249       "name": "TintedButton",
250       "source_files": "Pod/Classes/TintedButton/*.swift",
251       "platforms": {
252         "ios": "9.0",
253         "tvos": "10.0"
254       }
255     },
256     {
257       "name": "Views",
258       "source_files": [
259         "Pod/Classes/Views/**/*.swift"
260       ],
261       "platforms": {
262         "ios": "9.0"
263       }
264     },
265     {
266       "name": "All",
267       "ios": {
268         "dependencies": {
269           "Swiftilities/AboutView": [
271           ],
272           "Swiftilities/AccessibilityHelpers": [
274           ],
275           "Swiftilities/Acknowledgements": [
277           ],
278           "Swiftilities/BetterButton": [
280           ],
281           "Swiftilities/ColorHelpers": [
283           ],
284           "Swiftilities/Deselection": [
286           ],
287           "Swiftilities/DeviceSize": [
289           ],
290           "Swiftilities/FormattedTextField": [
292           ],
293           "Swiftilities/Forms": [
295           ],
296           "Swiftilities/HairlineView": [
298           ],
299           "Swiftilities/ImageHelpers": [
301           ],
302           "Swiftilities/Keyboard": [
304           ],
305           "Swiftilities/Lifecycle": [
307           ],
308           "Swiftilities/RootViewController": [
310           ],
311           "Swiftilities/Shapes": [
313           ],
314           "Swiftilities/StackViewHelpers": [
316           ],
317           "Swiftilities/TableViewHelpers": [
319           ],
320           "Swiftilities/TintedButton": [
322           ],
323           "Swiftilities/Views": [
325           ]
326         }
327       },
328       "tvos": {
329         "dependencies": {
330           "Swiftilities/AccessibilityHelpers": [
332           ],
333           "Swiftilities/BetterButton": [
335           ],
336           "Swiftilities/ColorHelpers": [
338           ],
339           "Swiftilities/Deselection": [
341           ],
342           "Swiftilities/FormattedTextField": [
344           ],
345           "Swiftilities/Forms": [
347           ],
348           "Swiftilities/HairlineView": [
350           ],
351           "Swiftilities/ImageHelpers": [
353           ],
354           "Swiftilities/Lifecycle": [
356           ],
357           "Swiftilities/Shapes": [
359           ],
360           "Swiftilities/StackViewHelpers": [
362           ],
363           "Swiftilities/TableViewHelpers": [
365           ],
366           "Swiftilities/TintedButton": [
368           ]
369         }
370       },
371       "dependencies": {
372         "Swiftilities/Compatibility": [
374         ],
375         "Swiftilities/CoreDataStack": [
377         ],
378         "Swiftilities/LicenseFormatter": [
380         ],
381         "Swiftilities/Logging": [
383         ],
384         "Swiftilities/Math": [
386         ]
387       }
388     }
389   ]