[Add] STBaseProject 1.0.8
[CocoaPods.git] / Specs / 6 / 5 / 0 / Swiftilities / 0.14.0 / Swiftilities.podspec.json
blob9dde3b1ec5c16994cfbc3f406cf61cba5001a67c
2   "name": "Swiftilities",
3   "version": "0.14.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.14.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       },
65       "frameworks": [
66         "UIKit"
67       ]
68     },
69     {
70       "name": "ColorHelpers",
71       "source_files": "Pod/Classes/ColorHelpers/*.swift",
72       "frameworks": [
73         "UIKit"
74       ]
75     },
76     {
77       "name": "CoreDataStack",
78       "source_files": "Pod/Classes/CoreDataStack/*.swift",
79       "frameworks": [
80         "Foundation",
81         "CoreData"
82       ]
83     },
84     {
85       "name": "Deselection",
86       "source_files": "Pod/Classes/Deselection/*.swift",
87       "frameworks": [
88         "UIKit"
89       ]
90     },
91     {
92       "name": "DeviceSize",
93       "source_files": "Pod/Classes/DeviceSize/*.swift",
94       "frameworks": [
95         "UIKit"
96       ]
97     },
98     {
99       "name": "FormattedTextField",
100       "source_files": "Pod/Classes/FormattedTextField/*.swift",
101       "frameworks": [
102         "UIKit"
103       ]
104     },
105     {
106       "name": "Forms",
107       "source_files": "Pod/Classes/Forms/*.swift",
108       "frameworks": [
109         "UIKit"
110       ]
111     },
112     {
113       "name": "HairlineView",
114       "source_files": "Pod/Classes/HairlineView/*.swift",
115       "frameworks": [
116         "UIKit"
117       ]
118     },
119     {
120       "name": "ImageHelpers",
121       "source_files": "Pod/Classes/ImageHelpers/*.swift",
122       "frameworks": [
123         "UIKit"
124       ]
125     },
126     {
127       "name": "Keyboard",
128       "source_files": "Pod/Classes/Keyboard/*.swift",
129       "frameworks": [
130         "UIKit"
131       ]
132     },
133     {
134       "name": "LicenseFormatter",
135       "source_files": "Pod/Classes/LicenseFormatter/*.swift",
136       "frameworks": "Foundation"
137     },
138     {
139       "name": "Lifecycle",
140       "dependencies": {
141         "Swiftilities/Math": [
143         ],
144         "Swiftilities/HairlineView": [
146         ]
147       },
148       "source_files": [
149         "Pod/Classes/Lifecycle/**/*.swift"
150       ],
151       "frameworks": [
152         "UIKit"
153       ]
154     },
155     {
156       "name": "Logging",
157       "source_files": "Pod/Classes/Logging/*.swift",
158       "frameworks": "Foundation"
159     },
160     {
161       "name": "Math",
162       "source_files": "Pod/Classes/Math/*.swift"
163     },
164     {
165       "name": "RootViewController",
166       "source_files": "Pod/Classes/RootViewController/*.swift",
167       "frameworks": [
168         "UIKit",
169         "MessageUI"
170       ]
171     },
172     {
173       "name": "Shapes",
174       "source_files": "Pod/Classes/Shapes/*.swift",
175       "frameworks": [
176         "UIKit"
177       ]
178     },
179     {
180       "name": "StackViewHelpers",
181       "source_files": "Pod/Classes/StackViewHelpers/*.swift",
182       "frameworks": [
183         "UIKit"
184       ]
185     },
186     {
187       "name": "TableViewHelpers",
188       "source_files": "Pod/Classes/TableViewHelpers/*.swift",
189       "frameworks": [
190         "UIKit"
191       ]
192     },
193     {
194       "name": "TintedButton",
195       "source_files": "Pod/Classes/TintedButton/*.swift",
196       "frameworks": [
197         "UIKit"
198       ]
199     },
200     {
201       "name": "Views",
202       "source_files": [
203         "Pod/Classes/Views/**/*.swift"
204       ],
205       "frameworks": [
206         "UIKit"
207       ]
208     },
209     {
210       "name": "All",
211       "dependencies": {
212         "Swiftilities/AboutView": [
214         ],
215         "Swiftilities/AccessibilityHelpers": [
217         ],
218         "Swiftilities/Acknowledgements": [
220         ],
221         "Swiftilities/BetterButton": [
223         ],
224         "Swiftilities/ColorHelpers": [
226         ],
227         "Swiftilities/CoreDataStack": [
229         ],
230         "Swiftilities/Deselection": [
232         ],
233         "Swiftilities/DeviceSize": [
235         ],
236         "Swiftilities/FormattedTextField": [
238         ],
239         "Swiftilities/Forms": [
241         ],
242         "Swiftilities/HairlineView": [
244         ],
245         "Swiftilities/ImageHelpers": [
247         ],
248         "Swiftilities/Keyboard": [
250         ],
251         "Swiftilities/LicenseFormatter": [
253         ],
254         "Swiftilities/Lifecycle": [
256         ],
257         "Swiftilities/Logging": [
259         ],
260         "Swiftilities/Math": [
262         ],
263         "Swiftilities/RootViewController": [
265         ],
266         "Swiftilities/Shapes": [
268         ],
269         "Swiftilities/StackViewHelpers": [
271         ],
272         "Swiftilities/TableViewHelpers": [
274         ],
275         "Swiftilities/TintedButton": [
277         ],
278         "Swiftilities/Views": [
280         ]
281       }
282     }
283   ]