[Add] AmazonIVSPlayer 1.36.0-rc.2
[CocoaPods.git] / Specs / f / 5 / 4 / Stem / 0.0.26 / Stem.podspec.json
blobc125c5411bea23722fdbed7dc920d30264f8c231
2   "name": "Stem",
3   "version": "0.0.26",
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.26"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "swift_versions": "5.0",
21   "frameworks": [
22     "UIKit"
23   ],
24   "requires_arc": true,
25   "swift_version": "5.0",
26   "subspecs": [
27     {
28       "name": "Core",
29       "source_files": [
30         "Sources/Core/**",
31         "Sources/Core/*/**"
32       ]
33     },
34     {
35       "name": "UIDevice",
36       "source_files": [
37         "Sources/UIDevice/**",
38         "Sources/UIDevice/*/**"
39       ],
40       "dependencies": {
41         "Stem/Core": [
43         ]
44       }
45     },
46     {
47       "name": "Foundation",
48       "source_files": [
49         "Sources/Foundation/**",
50         "Sources/Foundation/*/**"
51       ],
52       "dependencies": {
53         "Stem/Core": [
55         ]
56       }
57     },
58     {
59       "name": "CGGeometry",
60       "source_files": [
61         "Sources/CGGeometry/**",
62         "Sources/CGGeometry/*/**"
63       ],
64       "dependencies": {
65         "Stem/Core": [
67         ]
68       }
69     },
70     {
71       "name": "ListView",
72       "source_files": [
73         "Sources/ListView/**",
74         "Sources/ListView/*/**"
75       ],
76       "dependencies": {
77         "Stem/Core": [
79         ]
80       }
81     },
82     {
83       "name": "Color",
84       "source_files": [
85         "Sources/Color/**",
86         "Sources/Color/*/**"
87       ],
88       "dependencies": {
89         "Stem/Core": [
91         ]
92       }
93     },
94     {
95       "name": "Label",
96       "source_files": [
97         "Sources/Label/**",
98         "Sources/Label/*/**"
99       ],
100       "dependencies": {
101         "Stem/Core": [
103         ]
104       }
105     },
106     {
107       "name": "Font",
108       "source_files": [
109         "Sources/Font/**",
110         "Sources/Font/*/**"
111       ],
112       "dependencies": {
113         "Stem/Core": [
115         ]
116       }
117     },
118     {
119       "name": "Image",
120       "source_files": [
121         "Sources/Image/**",
122         "Sources/Image/*/**"
123       ],
124       "dependencies": {
125         "Stem/Core": [
127         ]
128       }
129     },
130     {
131       "name": "ImageView",
132       "source_files": [
133         "Sources/ImageView/**",
134         "Sources/ImageView/*/**"
135       ],
136       "dependencies": {
137         "Stem/Core": [
139         ],
140         "Stem/Image": [
142         ]
143       }
144     },
145     {
146       "name": "Control",
147       "source_files": [
148         "Sources/Control/**",
149         "Sources/Control/*/**"
150       ],
151       "dependencies": {
152         "Stem/Core": [
154         ]
155       }
156     },
157     {
158       "name": "NSLayoutConstraint",
159       "source_files": [
160         "Sources/NSLayoutConstraint/**",
161         "Sources/NSLayoutConstraint/*/**"
162       ],
163       "dependencies": {
164         "Stem/Core": [
166         ]
167       }
168     },
169     {
170       "name": "Application",
171       "source_files": [
172         "Sources/Application/**",
173         "Sources/Application/*/**"
174       ],
175       "dependencies": {
176         "Stem/Core": [
178         ]
179       }
180     },
181     {
182       "name": "Storyboard",
183       "source_files": [
184         "Sources/Storyboard/**",
185         "Sources/Storyboard/*/**"
186       ],
187       "dependencies": {
188         "Stem/Core": [
190         ]
191       }
192     },
193     {
194       "name": "PopGesture",
195       "source_files": [
196         "Sources/PopGesture/**",
197         "Sources/PopGesture/*/**"
198       ],
199       "dependencies": {
200         "Stem/Core": [
202         ]
203       }
204     },
205     {
206       "name": "NavigationBar",
207       "source_files": [
208         "Sources/NavigationBar/**",
209         "Sources/NavigationBar/*/**"
210       ],
211       "dependencies": {
212         "Stem/Core": [
214         ]
215       }
216     },
217     {
218       "name": "InputView",
219       "source_files": [
220         "Sources/InputView/**",
221         "Sources/InputView/*/**"
222       ],
223       "dependencies": {
224         "Stem/Core": [
226         ],
227         "Stem/CGGeometry": [
229         ]
230       }
231     },
232     {
233       "name": "ViewController",
234       "source_files": [
235         "Sources/ViewController/**",
236         "Sources/ViewController/*/**"
237       ],
238       "dependencies": {
239         "Stem/Core": [
241         ]
242       }
243     },
244     {
245       "name": "View",
246       "source_files": [
247         "Sources/View/**",
248         "Sources/View/*/**"
249       ],
250       "dependencies": {
251         "Stem/Core": [
253         ]
254       }
255     },
256     {
257       "name": "GestureRecognizer",
258       "source_files": [
259         "Sources/GestureRecognizer/**",
260         "Sources/GestureRecognizer/*/**"
261       ],
262       "dependencies": {
263         "Stem/Core": [
265         ]
266       }
267     }
268   ]