[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 6 / 5 / 0 / Swiftilities / 0.13.0 / Swiftilities.podspec.json
blob7e60426d87718873bd29ef915a61ede33349e7c5
2   "name": "Swiftilities",
3   "version": "0.13.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.13.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": "ColorHelpers",
53       "source_files": "Pod/Classes/ColorHelpers/*.swift",
54       "frameworks": [
55         "UIKit"
56       ]
57     },
58     {
59       "name": "CoreDataStack",
60       "source_files": "Pod/Classes/CoreDataStack/*.swift",
61       "frameworks": [
62         "Foundation",
63         "CoreData"
64       ]
65     },
66     {
67       "name": "Deselection",
68       "source_files": "Pod/Classes/Deselection/*.swift",
69       "frameworks": [
70         "UIKit"
71       ]
72     },
73     {
74       "name": "DeviceSize",
75       "source_files": "Pod/Classes/DeviceSize/*.swift",
76       "frameworks": [
77         "UIKit"
78       ]
79     },
80     {
81       "name": "FormattedTextField",
82       "source_files": "Pod/Classes/FormattedTextField/*.swift",
83       "frameworks": [
84         "UIKit"
85       ]
86     },
87     {
88       "name": "Forms",
89       "source_files": "Pod/Classes/Forms/*.swift",
90       "frameworks": [
91         "UIKit"
92       ]
93     },
94     {
95       "name": "HairlineView",
96       "source_files": "Pod/Classes/HairlineView/*.swift",
97       "frameworks": [
98         "UIKit"
99       ]
100     },
101     {
102       "name": "Keyboard",
103       "source_files": "Pod/Classes/Keyboard/*.swift",
104       "frameworks": [
105         "UIKit"
106       ]
107     },
108     {
109       "name": "LicenseFormatter",
110       "source_files": "Pod/Classes/LicenseFormatter/*.swift",
111       "frameworks": "Foundation"
112     },
113     {
114       "name": "Lifecycle",
115       "source_files": [
116         "Pod/Classes/Lifecycle/*.swift"
117       ],
118       "frameworks": [
119         "UIKit"
120       ]
121     },
122     {
123       "name": "Logging",
124       "source_files": "Pod/Classes/Logging/*.swift",
125       "frameworks": "Foundation"
126     },
127     {
128       "name": "Math",
129       "source_files": "Pod/Classes/Math/*.swift"
130     },
131     {
132       "name": "RootViewController",
133       "source_files": "Pod/Classes/RootViewController/*.swift",
134       "frameworks": [
135         "UIKit",
136         "MessageUI"
137       ]
138     },
139     {
140       "name": "StackViewHelpers",
141       "source_files": "Pod/Classes/StackViewHelpers/*.swift",
142       "frameworks": [
143         "UIKit"
144       ]
145     },
146     {
147       "name": "TableViewHelpers",
148       "source_files": "Pod/Classes/TableViewHelpers/*.swift",
149       "frameworks": [
150         "UIKit"
151       ]
152     },
153     {
154       "name": "TintedButton",
155       "source_files": "Pod/Classes/TintedButton/*.swift",
156       "frameworks": [
157         "UIKit"
158       ]
159     },
160     {
161       "name": "Views",
162       "source_files": [
163         "Pod/Classes/Views/**/*.swift"
164       ],
165       "frameworks": [
166         "UIKit"
167       ]
168     },
169     {
170       "name": "All",
171       "dependencies": {
172         "Swiftilities/AboutView": [
174         ],
175         "Swiftilities/AccessibilityHelpers": [
177         ],
178         "Swiftilities/Acknowledgements": [
180         ],
181         "Swiftilities/ColorHelpers": [
183         ],
184         "Swiftilities/CoreDataStack": [
186         ],
187         "Swiftilities/Deselection": [
189         ],
190         "Swiftilities/DeviceSize": [
192         ],
193         "Swiftilities/FormattedTextField": [
195         ],
196         "Swiftilities/Forms": [
198         ],
199         "Swiftilities/HairlineView": [
201         ],
202         "Swiftilities/Keyboard": [
204         ],
205         "Swiftilities/LicenseFormatter": [
207         ],
208         "Swiftilities/Lifecycle": [
210         ],
211         "Swiftilities/Logging": [
213         ],
214         "Swiftilities/Math": [
216         ],
217         "Swiftilities/RootViewController": [
219         ],
220         "Swiftilities/StackViewHelpers": [
222         ],
223         "Swiftilities/TableViewHelpers": [
225         ],
226         "Swiftilities/TintedButton": [
228         ],
229         "Swiftilities/Views": [
231         ]
232       }
233     }
234   ]