[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 6 / 5 / 0 / Swiftilities / 0.6.0 / Swiftilities.podspec.json
blobf6cd0a70bcab04609ec90399ba2338460e6dc6ef
2   "name": "Swiftilities",
3   "version": "0.6.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.6.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": "Deselection",
24       "source_files": "Pod/Classes/Deselection/*.swift",
25       "frameworks": [
26         "UIKit"
27       ]
28     },
29     {
30       "name": "Forms",
31       "source_files": "Pod/Classes/Forms/*.swift",
32       "frameworks": [
33         "UIKit"
34       ]
35     },
36     {
37       "name": "Views",
38       "source_files": [
39         "Pod/Classes/Views/Protocols/*.swift",
40         "Pod/Classes/Views/Textview/*.swift"
41       ],
42       "frameworks": [
43         "UIKit"
44       ]
45     },
46     {
47       "name": "Keyboard",
48       "source_files": "Pod/Classes/Keyboard/*.swift",
49       "frameworks": [
50         "UIKit"
51       ]
52     },
53     {
54       "name": "Logging",
55       "source_files": "Pod/Classes/Logging/*.swift",
56       "frameworks": "Foundation"
57     },
58     {
59       "name": "Math",
60       "source_files": "Pod/Classes/Math/*.swift"
61     },
62     {
63       "name": "RootViewController",
64       "source_files": "Pod/Classes/RootViewController/*.swift",
65       "frameworks": [
66         "UIKit"
67       ]
68     },
69     {
70       "name": "AccessibilityHelpers",
71       "source_files": "Pod/Classes/AccessibilityHelpers/*.swift",
72       "frameworks": [
73         "UIKit"
74       ]
75     },
76     {
77       "name": "FormattedTextField",
78       "source_files": "Pod/Classes/FormattedTextField/*.swift",
79       "frameworks": [
80         "UIKit"
81       ]
82     },
83     {
84       "name": "TintedButton",
85       "source_files": "Pod/Classes/TintedButton/*.swift",
86       "frameworks": [
87         "UIKit"
88       ]
89     },
90     {
91       "name": "HairlineView",
92       "source_files": "Pod/Classes/HairlineView/*.swift",
93       "frameworks": [
94         "UIKit"
95       ]
96     },
97     {
98       "name": "StackViewHelpers",
99       "source_files": "Pod/Classes/StackViewHelpers/*.swift",
100       "frameworks": [
101         "UIKit"
102       ]
103     },
104     {
105       "name": "ColorHelpers",
106       "source_files": "Pod/Classes/ColorHelpers/*.swift",
107       "frameworks": [
108         "UIKit"
109       ]
110     },
111     {
112       "name": "All",
113       "dependencies": {
114         "Swiftilities/Deselection": [
116         ],
117         "Swiftilities/Forms": [
119         ],
120         "Swiftilities/Views": [
122         ],
123         "Swiftilities/Keyboard": [
125         ],
126         "Swiftilities/Logging": [
128         ],
129         "Swiftilities/Math": [
131         ],
132         "Swiftilities/RootViewController": [
134         ],
135         "Swiftilities/AccessibilityHelpers": [
137         ],
138         "Swiftilities/FormattedTextField": [
140         ],
141         "Swiftilities/TintedButton": [
143         ],
144         "Swiftilities/HairlineView": [
146         ],
147         "Swiftilities/StackViewHelpers": [
149         ],
150         "Swiftilities/ColorHelpers": [
152         ]
153       }
154     }
155   ]