[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / 6 / 5 / 0 / Swiftilities / 0.20.0 / Swiftilities.podspec.json
blobe43c87f2aad1e4851e2684978248909a5633d389
2   "name": "Swiftilities",
3   "version": "0.20.0",
4   "summary": "A collection of useful Swift utilities.",
5   "swift_version": "4.2",
6   "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.",
7   "homepage": "https://github.com/raizlabs/Swiftilities",
8   "license": "MIT",
9   "authors": {
10     "Nicholas Bonatsakis": "nick.bonatsakis@raizlabs.com"
11   },
12   "source": {
13     "git": "https://github.com/raizlabs/Swiftilities.git",
14     "tag": "0.20.0"
15   },
16   "platforms": {
17     "ios": "9.0"
18   },
19   "requires_arc": true,
20   "default_subspecs": "All",
21   "subspecs": [
22     {
23       "name": "AboutView",
24       "source_files": "Pod/Classes/AboutView/*.swift",
25       "frameworks": [
26         "UIKit"
27       ]
28     },
29     {
30       "name": "AccessibilityHelpers",
31       "source_files": "Pod/Classes/AccessibilityHelpers/*.swift",
32       "frameworks": [
33         "UIKit"
34       ]
35     },
36     {
37       "name": "Acknowledgements",
38       "dependencies": {
39         "Swiftilities/LicenseFormatter": [
41         ],
42         "Swiftilities/Deselection": [
44         ],
45         "Swiftilities/Compatibility": [
47         ]
48       },
49       "source_files": "Pod/Classes/Acknowledgements/*.swift",
50       "frameworks": [
51         "UIKit"
52       ]
53     },
54     {
55       "name": "BetterButton",
56       "source_files": "Pod/Classes/BetterButton/*.swift",
57       "dependencies": {
58         "Swiftilities/Shapes": [
60         ],
61         "Swiftilities/ImageHelpers": [
63         ],
64         "Swiftilities/ColorHelpers": [
66         ],
67         "Swiftilities/Math": [
69         ]
70       },
71       "frameworks": [
72         "UIKit"
73       ]
74     },
75     {
76       "name": "ColorHelpers",
77       "source_files": "Pod/Classes/ColorHelpers/*.swift",
78       "frameworks": [
79         "UIKit"
80       ]
81     },
82     {
83       "name": "Compatibility",
84       "source_files": "Pod/Classes/Compatibility/*.swift"
85     },
86     {
87       "name": "CoreDataStack",
88       "source_files": "Pod/Classes/CoreDataStack/*.swift",
89       "frameworks": [
90         "Foundation",
91         "CoreData"
92       ]
93     },
94     {
95       "name": "Deselection",
96       "source_files": "Pod/Classes/Deselection/*.swift",
97       "frameworks": [
98         "UIKit"
99       ]
100     },
101     {
102       "name": "DeviceSize",
103       "source_files": "Pod/Classes/DeviceSize/*.swift",
104       "frameworks": [
105         "UIKit"
106       ]
107     },
108     {
109       "name": "FormattedTextField",
110       "source_files": "Pod/Classes/FormattedTextField/*.swift",
111       "frameworks": [
112         "UIKit"
113       ]
114     },
115     {
116       "name": "Forms",
117       "source_files": "Pod/Classes/Forms/*.swift",
118       "frameworks": [
119         "UIKit"
120       ]
121     },
122     {
123       "name": "HairlineView",
124       "source_files": "Pod/Classes/HairlineView/*.swift",
125       "frameworks": [
126         "UIKit"
127       ]
128     },
129     {
130       "name": "ImageHelpers",
131       "source_files": "Pod/Classes/ImageHelpers/*.swift",
132       "frameworks": [
133         "UIKit"
134       ]
135     },
136     {
137       "name": "Keyboard",
138       "source_files": "Pod/Classes/Keyboard/*.swift",
139       "frameworks": [
140         "UIKit"
141       ]
142     },
143     {
144       "name": "LicenseFormatter",
145       "source_files": "Pod/Classes/LicenseFormatter/*.swift",
146       "frameworks": "Foundation"
147     },
148     {
149       "name": "Lifecycle",
150       "dependencies": {
151         "Swiftilities/Math": [
153         ],
154         "Swiftilities/HairlineView": [
156         ]
157       },
158       "source_files": [
159         "Pod/Classes/Lifecycle/**/*.swift"
160       ],
161       "frameworks": [
162         "UIKit"
163       ]
164     },
165     {
166       "name": "Logging",
167       "source_files": "Pod/Classes/Logging/*.swift",
168       "frameworks": "Foundation"
169     },
170     {
171       "name": "Math",
172       "platforms": {
173         "ios": "9.0",
174         "tvos": "9.0",
175         "osx": "10.11",
176         "watchos": "2.2"
177       },
178       "ios": {
179         "source_files": "Pod/Classes/Math/*.swift"
180       },
181       "tvos": {
182         "source_files": "Pod/Classes/Math/*.swift"
183       },
184       "osx": {
185         "source_files": "Pod/Classes/Math/*.swift"
186       },
187       "watchos": {
188         "source_files": "Pod/Classes/Math/*.swift"
189       }
190     },
191     {
192       "name": "RootViewController",
193       "source_files": "Pod/Classes/RootViewController/*.swift",
194       "frameworks": [
195         "UIKit",
196         "MessageUI"
197       ]
198     },
199     {
200       "name": "Shapes",
201       "source_files": "Pod/Classes/Shapes/*.swift",
202       "frameworks": [
203         "UIKit"
204       ]
205     },
206     {
207       "name": "StackViewHelpers",
208       "source_files": "Pod/Classes/StackViewHelpers/*.swift",
209       "frameworks": [
210         "UIKit"
211       ]
212     },
213     {
214       "name": "TableViewHelpers",
215       "source_files": "Pod/Classes/TableViewHelpers/*.swift",
216       "frameworks": [
217         "UIKit"
218       ]
219     },
220     {
221       "name": "TintedButton",
222       "source_files": "Pod/Classes/TintedButton/*.swift",
223       "frameworks": [
224         "UIKit"
225       ]
226     },
227     {
228       "name": "Views",
229       "source_files": [
230         "Pod/Classes/Views/**/*.swift"
231       ],
232       "frameworks": [
233         "UIKit"
234       ]
235     },
236     {
237       "name": "All",
238       "dependencies": {
239         "Swiftilities/AboutView": [
241         ],
242         "Swiftilities/AccessibilityHelpers": [
244         ],
245         "Swiftilities/Acknowledgements": [
247         ],
248         "Swiftilities/BetterButton": [
250         ],
251         "Swiftilities/ColorHelpers": [
253         ],
254         "Swiftilities/Compatibility": [
256         ],
257         "Swiftilities/CoreDataStack": [
259         ],
260         "Swiftilities/Deselection": [
262         ],
263         "Swiftilities/DeviceSize": [
265         ],
266         "Swiftilities/FormattedTextField": [
268         ],
269         "Swiftilities/Forms": [
271         ],
272         "Swiftilities/HairlineView": [
274         ],
275         "Swiftilities/ImageHelpers": [
277         ],
278         "Swiftilities/Keyboard": [
280         ],
281         "Swiftilities/LicenseFormatter": [
283         ],
284         "Swiftilities/Lifecycle": [
286         ],
287         "Swiftilities/Logging": [
289         ],
290         "Swiftilities/Math": [
292         ],
293         "Swiftilities/RootViewController": [
295         ],
296         "Swiftilities/Shapes": [
298         ],
299         "Swiftilities/StackViewHelpers": [
301         ],
302         "Swiftilities/TableViewHelpers": [
304         ],
305         "Swiftilities/TintedButton": [
307         ],
308         "Swiftilities/Views": [
310         ]
311       }
312     }
313   ]