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