[Add] TMNavigation 0.0.947
[CocoaPods.git] / Specs / f / 5 / 4 / Stem / 0.0.14 / Stem.podspec.json
blob03d53200df1a0f8b98b18c35736f591ba044da92
2   "name": "Stem",
3   "version": "0.0.14",
4   "summary": "A set of useful categories for Foundation and UIKit.",
5   "homepage": "https://github.com/linhay/Stem.git",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "lin": "is.linhay@outlook.com"
12   },
13   "source": {
14     "git": "https://github.com/linhay/Stem.git",
15     "tag": "0.0.14"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "swift_version": "5.0",
21   "frameworks": [
22     "UIKit"
23   ],
24   "requires_arc": true,
25   "subspecs": [
26     {
27       "name": "Core",
28       "source_files": "Sources/Core/**"
29     },
30     {
31       "name": "UIDevice",
32       "source_files": "Sources/UIDevice/**",
33       "dependencies": {
34         "Stem/Core": [
36         ]
37       }
38     },
39     {
40       "name": "Foundation",
41       "source_files": "Sources/Foundation/**",
42       "dependencies": {
43         "Stem/Core": [
45         ]
46       }
47     },
48     {
49       "name": "CGGeometry",
50       "source_files": "Sources/CGGeometry/**",
51       "dependencies": {
52         "Stem/Core": [
54         ]
55       }
56     },
57     {
58       "name": "ListView",
59       "source_files": "Sources/ListView/**",
60       "dependencies": {
61         "Stem/Core": [
63         ]
64       }
65     },
66     {
67       "name": "Color",
68       "source_files": "Sources/Color/**",
69       "dependencies": {
70         "Stem/Core": [
72         ]
73       }
74     },
75     {
76       "name": "Label",
77       "source_files": "Sources/Label/**",
78       "dependencies": {
79         "Stem/Core": [
81         ]
82       }
83     },
84     {
85       "name": "Font",
86       "source_files": "Sources/Font/**",
87       "dependencies": {
88         "Stem/Core": [
90         ]
91       }
92     },
93     {
94       "name": "Image",
95       "source_files": "Sources/Image/**",
96       "dependencies": {
97         "Stem/Core": [
99         ]
100       }
101     },
102     {
103       "name": "ImageView",
104       "source_files": "Sources/ImageView/**",
105       "dependencies": {
106         "Stem/Core": [
108         ],
109         "Stem/Image": [
111         ]
112       }
113     },
114     {
115       "name": "Control",
116       "source_files": "Sources/Control/**",
117       "dependencies": {
118         "Stem/Core": [
120         ]
121       }
122     },
123     {
124       "name": "NSLayoutConstraint",
125       "source_files": "Sources/NSLayoutConstraint/**",
126       "dependencies": {
127         "Stem/Core": [
129         ]
130       }
131     },
132     {
133       "name": "Application",
134       "source_files": "Sources/Application/**",
135       "dependencies": {
136         "Stem/Core": [
138         ]
139       }
140     },
141     {
142       "name": "Storyboard",
143       "source_files": "Sources/Storyboard/**",
144       "dependencies": {
145         "Stem/Core": [
147         ]
148       }
149     },
150     {
151       "name": "NavigationBar",
152       "source_files": "Sources/NavigationBar/**",
153       "dependencies": {
154         "Stem/Core": [
156         ]
157       }
158     },
159     {
160       "name": "InputView",
161       "source_files": "Sources/InputView/**",
162       "dependencies": {
163         "Stem/Core": [
165         ],
166         "Stem/CGGeometry": [
168         ]
169       }
170     },
171     {
172       "name": "ViewController",
173       "source_files": "Sources/ViewController/**",
174       "dependencies": {
175         "Stem/Core": [
177         ]
178       }
179     },
180     {
181       "name": "View",
182       "source_files": "Sources/View/**",
183       "dependencies": {
184         "Stem/Core": [
186         ]
187       }
188     },
189     {
190       "name": "GestureRecognizer",
191       "source_files": "Sources/GestureRecognizer/**",
192       "dependencies": {
193         "Stem/Core": [
195         ]
196       }
197     }
198   ]