[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / 6 / 5 / 0 / Swiftilities / 0.8.0 / Swiftilities.podspec.json
blobec092dd8fe5480336e7c5a3039a7c584ce8ef75f
2   "name": "Swiftilities",
3   "version": "0.8.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.8.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": "AccessibilityHelpers",
24       "source_files": "Pod/Classes/AccessibilityHelpers/*.swift",
25       "frameworks": [
26         "UIKit"
27       ]
28     },
29     {
30       "name": "Acknowledgements",
31       "dependencies": {
32         "Swiftilities/LicenseFormatter": [
34         ],
35         "Swiftilities/Deselection": [
37         ]
38       },
39       "source_files": "Pod/Classes/Acknowledgements/*.swift",
40       "frameworks": [
41         "UIKit"
42       ]
43     },
44     {
45       "name": "ColorHelpers",
46       "source_files": "Pod/Classes/ColorHelpers/*.swift",
47       "frameworks": [
48         "UIKit"
49       ]
50     },
51     {
52       "name": "Deselection",
53       "source_files": "Pod/Classes/Deselection/*.swift",
54       "frameworks": [
55         "UIKit"
56       ]
57     },
58     {
59       "name": "DeviceSize",
60       "source_files": "Pod/Classes/DeviceSize/*.swift",
61       "frameworks": [
62         "UIKit"
63       ]
64     },
65     {
66       "name": "FormattedTextField",
67       "source_files": "Pod/Classes/FormattedTextField/*.swift",
68       "frameworks": [
69         "UIKit"
70       ]
71     },
72     {
73       "name": "Forms",
74       "source_files": "Pod/Classes/Forms/*.swift",
75       "frameworks": [
76         "UIKit"
77       ]
78     },
79     {
80       "name": "HairlineView",
81       "source_files": "Pod/Classes/HairlineView/*.swift",
82       "frameworks": [
83         "UIKit"
84       ]
85     },
86     {
87       "name": "Keyboard",
88       "source_files": "Pod/Classes/Keyboard/*.swift",
89       "frameworks": [
90         "UIKit"
91       ]
92     },
93     {
94       "name": "LicenseFormatter",
95       "source_files": "Pod/Classes/LicenseFormatter/*.swift",
96       "frameworks": "Foundation"
97     },
98     {
99       "name": "Logging",
100       "source_files": "Pod/Classes/Logging/*.swift",
101       "frameworks": "Foundation"
102     },
103     {
104       "name": "Math",
105       "source_files": "Pod/Classes/Math/*.swift"
106     },
107     {
108       "name": "RootViewController",
109       "source_files": "Pod/Classes/RootViewController/*.swift",
110       "frameworks": [
111         "UIKit"
112       ]
113     },
114     {
115       "name": "StackViewHelpers",
116       "source_files": "Pod/Classes/StackViewHelpers/*.swift",
117       "frameworks": [
118         "UIKit"
119       ]
120     },
121     {
122       "name": "TintedButton",
123       "source_files": "Pod/Classes/TintedButton/*.swift",
124       "frameworks": [
125         "UIKit"
126       ]
127     },
128     {
129       "name": "Views",
130       "source_files": [
131         "Pod/Classes/Views/Protocols/*.swift",
132         "Pod/Classes/Views/Textview/*.swift"
133       ],
134       "frameworks": [
135         "UIKit"
136       ]
137     },
138     {
139       "name": "All",
140       "dependencies": {
141         "Swiftilities/AccessibilityHelpers": [
143         ],
144         "Swiftilities/Acknowledgements": [
146         ],
147         "Swiftilities/ColorHelpers": [
149         ],
150         "Swiftilities/Deselection": [
152         ],
153         "Swiftilities/DeviceSize": [
155         ],
156         "Swiftilities/FormattedTextField": [
158         ],
159         "Swiftilities/Forms": [
161         ],
162         "Swiftilities/HairlineView": [
164         ],
165         "Swiftilities/Keyboard": [
167         ],
168         "Swiftilities/LicenseFormatter": [
170         ],
171         "Swiftilities/Logging": [
173         ],
174         "Swiftilities/Math": [
176         ],
177         "Swiftilities/RootViewController": [
179         ],
180         "Swiftilities/StackViewHelpers": [
182         ],
183         "Swiftilities/TintedButton": [
185         ],
186         "Swiftilities/Views": [
188         ]
189       }
190     }
191   ]