[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / 6 / 5 / 0 / Swiftilities / 0.12.0 / Swiftilities.podspec.json
blobc0ba16dd1a598b1aec918f61add99e07d30a28d5
2   "name": "Swiftilities",
3   "version": "0.12.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.12.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": "Deselection",
60       "source_files": "Pod/Classes/Deselection/*.swift",
61       "frameworks": [
62         "UIKit"
63       ]
64     },
65     {
66       "name": "DeviceSize",
67       "source_files": "Pod/Classes/DeviceSize/*.swift",
68       "frameworks": [
69         "UIKit"
70       ]
71     },
72     {
73       "name": "FormattedTextField",
74       "source_files": "Pod/Classes/FormattedTextField/*.swift",
75       "frameworks": [
76         "UIKit"
77       ]
78     },
79     {
80       "name": "Forms",
81       "source_files": "Pod/Classes/Forms/*.swift",
82       "frameworks": [
83         "UIKit"
84       ]
85     },
86     {
87       "name": "HairlineView",
88       "source_files": "Pod/Classes/HairlineView/*.swift",
89       "frameworks": [
90         "UIKit"
91       ]
92     },
93     {
94       "name": "Keyboard",
95       "source_files": "Pod/Classes/Keyboard/*.swift",
96       "frameworks": [
97         "UIKit"
98       ]
99     },
100     {
101       "name": "LicenseFormatter",
102       "source_files": "Pod/Classes/LicenseFormatter/*.swift",
103       "frameworks": "Foundation"
104     },
105     {
106       "name": "Lifecycle",
107       "source_files": [
108         "Pod/Classes/Lifecycle/*.swift"
109       ],
110       "frameworks": [
111         "UIKit"
112       ]
113     },
114     {
115       "name": "Logging",
116       "source_files": "Pod/Classes/Logging/*.swift",
117       "frameworks": "Foundation"
118     },
119     {
120       "name": "Math",
121       "source_files": "Pod/Classes/Math/*.swift"
122     },
123     {
124       "name": "RootViewController",
125       "source_files": "Pod/Classes/RootViewController/*.swift",
126       "frameworks": [
127         "UIKit",
128         "MessageUI"
129       ]
130     },
131     {
132       "name": "StackViewHelpers",
133       "source_files": "Pod/Classes/StackViewHelpers/*.swift",
134       "frameworks": [
135         "UIKit"
136       ]
137     },
138     {
139       "name": "TintedButton",
140       "source_files": "Pod/Classes/TintedButton/*.swift",
141       "frameworks": [
142         "UIKit"
143       ]
144     },
145     {
146       "name": "Views",
147       "source_files": [
148         "Pod/Classes/Views/Protocols/*.swift",
149         "Pod/Classes/Views/Textview/*.swift"
150       ],
151       "frameworks": [
152         "UIKit"
153       ]
154     },
155     {
156       "name": "All",
157       "dependencies": {
158         "Swiftilities/AboutView": [
160         ],
161         "Swiftilities/AccessibilityHelpers": [
163         ],
164         "Swiftilities/Acknowledgements": [
166         ],
167         "Swiftilities/ColorHelpers": [
169         ],
170         "Swiftilities/Deselection": [
172         ],
173         "Swiftilities/DeviceSize": [
175         ],
176         "Swiftilities/FormattedTextField": [
178         ],
179         "Swiftilities/Forms": [
181         ],
182         "Swiftilities/HairlineView": [
184         ],
185         "Swiftilities/Keyboard": [
187         ],
188         "Swiftilities/LicenseFormatter": [
190         ],
191         "Swiftilities/Lifecycle": [
193         ],
194         "Swiftilities/Logging": [
196         ],
197         "Swiftilities/Math": [
199         ],
200         "Swiftilities/RootViewController": [
202         ],
203         "Swiftilities/StackViewHelpers": [
205         ],
206         "Swiftilities/TintedButton": [
208         ],
209         "Swiftilities/Views": [
211         ]
212       }
213     }
214   ]