[Add] AmazonIVSPlayer 1.36.0-rc.2
[CocoaPods.git] / Specs / f / 5 / 4 / Stem / 0.0.29 / Stem.podspec.json
blobc4d590e46c68fef0972469ce6b52fd0843c3e3b9
2   "name": "Stem",
3   "version": "0.0.29",
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.29"
16   },
17   "swift_versions": [
18     "4.0",
19     "4.2",
20     "5.0"
21   ],
22   "requires_arc": true,
23   "platforms": {
24     "ios": "8.0",
25     "osx": "10.10",
26     "tvos": "9.0",
27     "watchos": "2.0"
28   },
29   "subspecs": [
30     {
31       "name": "Core",
32       "source_files": [
33         "Sources/Core/*.swift"
34       ]
35     },
36     {
37       "name": "Runtime",
38       "source_files": [
39         "Sources/Runtime/*.swift"
40       ]
41     },
42     {
43       "name": "Foundation",
44       "frameworks": [
45         "Foundation"
46       ],
47       "dependencies": {
48         "Stem/Core": [
50         ]
51       },
52       "platforms": {
53         "ios": "8.0",
54         "osx": "10.10"
55       },
56       "subspecs": [
57         {
58           "name": "Coder",
59           "source_files": [
60             "Sources/Foundation/Coder/**/*.swift",
61             "Sources/Foundation/Coder/*.swift"
62           ]
63         },
64         {
65           "name": "Collections",
66           "source_files": [
67             "Sources/Foundation/Collections/**/*.swift",
68             "Sources/Foundation/Collections/*.swift"
69           ]
70         },
71         {
72           "name": "Custom",
73           "source_files": [
74             "Sources/Foundation/Custom/**/*.swift",
75             "Sources/Foundation/Custom/*.swift"
76           ]
77         },
78         {
79           "name": "Date",
80           "source_files": [
81             "Sources/Foundation/Date/**/*.swift",
82             "Sources/Foundation/Date/*.swift"
83           ]
84         },
85         {
86           "name": "Dispatch",
87           "source_files": [
88             "Sources/Foundation/Dispatch/**/*.swift",
89             "Sources/Foundation/Dispatch/*.swift"
90           ]
91         },
92         {
93           "name": "Fundamentals",
94           "source_files": [
95             "Sources/Foundation/Fundamentals/**/*.swift",
96             "Sources/Foundation/Fundamentals/*.swift"
97           ]
98         },
99         {
100           "name": "NSObject",
101           "source_files": [
102             "Sources/Foundation/NSObject/**/*.swift",
103             "Sources/Foundation/NSObject/*.swift"
104           ]
105         },
106         {
107           "name": "pre-release",
108           "source_files": [
109             "Sources/Foundation/pre-release/**/*.swift",
110             "Sources/Foundation/pre-release/*.swift"
111           ]
112         },
113         {
114           "name": "String",
115           "dependencies": {
116             "Stem/Foundation/Fundamentals": [
118             ]
119           },
120           "source_files": [
121             "Sources/Foundation/String/**/*.swift",
122             "Sources/Foundation/String/*.swift"
123           ]
124         },
125         {
126           "name": "Custom",
127           "source_files": [
128             "Sources/Foundation/Custom/**/*.swift",
129             "Sources/Foundation/Custom/*.swift"
130           ]
131         }
132       ]
133     },
134     {
135       "name": "UIKit",
136       "frameworks": [
137         "Foundation",
138         "UIKit"
139       ],
140       "dependencies": {
141         "Stem/Core": [
143         ],
144         "Stem/Runtime": [
146         ],
147         "Stem/Foundation/NSObject": [
149         ],
150         "Stem/Foundation/Fundamentals": [
152         ]
153       },
154       "platforms": {
155         "ios": "8.0"
156       },
157       "subspecs": [
158         {
159           "name": "Application",
160           "source_files": [
161             "Sources/UIKit/Application/**/*.swift",
162             "Sources/UIKit/Application/*.swift"
163           ]
164         },
165         {
166           "name": "Color",
167           "source_files": [
168             "Sources/UIKit/Color/**/*.swift",
169             "Sources/UIKit/Color/*.swift"
170           ]
171         },
172         {
173           "name": "Control",
174           "source_files": [
175             "Sources/UIKit/Control/**/*.swift",
176             "Sources/UIKit/Control/*.swift"
177           ]
178         },
179         {
180           "name": "Custom",
181           "source_files": [
182             "Sources/UIKit/Custom/**/*.swift",
183             "Sources/UIKit/Custom/*.swift"
184           ]
185         },
186         {
187           "name": "Font",
188           "source_files": [
189             "Sources/UIKit/Font/**/*.swift",
190             "Sources/UIKit/Font/*.swift"
191           ]
192         },
193         {
194           "name": "GestureRecognizer",
195           "source_files": [
196             "Sources/UIKit/GestureRecognizer/**/*.swift",
197             "Sources/UIKit/GestureRecognizer/*.swift"
198           ]
199         },
200         {
201           "name": "Image",
202           "source_files": [
203             "Sources/UIKit/Image/**/*.swift",
204             "Sources/UIKit/Image/*.swift"
205           ]
206         },
207         {
208           "name": "ImageView",
209           "source_files": [
210             "Sources/UIKit/ImageView/**/*.swift",
211             "Sources/UIKit/ImageView/*.swift"
212           ]
213         },
214         {
215           "name": "InputView",
216           "source_files": [
217             "Sources/UIKit/InputView/**/*.swift",
218             "Sources/UIKit/InputView/*.swift"
219           ]
220         },
221         {
222           "name": "Label",
223           "source_files": [
224             "Sources/UIKit/Label/**/*.swift",
225             "Sources/UIKit/Label/*.swift"
226           ]
227         },
228         {
229           "name": "ListView",
230           "source_files": [
231             "Sources/UIKit/ListView/**/*.swift",
232             "Sources/UIKit/ListView/*.swift"
233           ]
234         },
235         {
236           "name": "UIDevice",
237           "source_files": [
238             "Sources/UIKit/UIDevice/**/*.swift",
239             "Sources/UIKit/UIDevice/*.swift"
240           ]
241         },
242         {
243           "name": "View",
244           "source_files": [
245             "Sources/UIKit/View/**/*.swift",
246             "Sources/UIKit/View/*.swift"
247           ]
248         },
249         {
250           "name": "ViewController",
251           "source_files": [
252             "Sources/UIKit/ViewController/**/*.swift",
253             "Sources/UIKit/ViewController/*.swift"
254           ]
255         },
256         {
257           "name": "NavigationBar",
258           "source_files": [
259             "Sources/UIKit/NavigationBar/**/*.swift",
260             "Sources/UIKit/NavigationBar/*.swift"
261           ]
262         },
263         {
264           "name": "NSLayoutConstraint",
265           "source_files": [
266             "Sources/UIKit/NSLayoutConstraint/**/*.swift",
267             "Sources/UIKit/NSLayoutConstraint/*.swift"
268           ]
269         },
270         {
271           "name": "Storyboard",
272           "source_files": [
273             "Sources/UIKit/Storyboard/**/*.swift",
274             "Sources/UIKit/Storyboard/*.swift"
275           ]
276         },
277         {
278           "name": "AttributedString",
279           "source_files": [
280             "Sources/UIKit/AttributedString/**/*.swift",
281             "Sources/UIKit/AttributedString/*.swift"
282           ]
283         }
284       ]
285     },
286     {
287       "name": "AVKit",
288       "source_files": [
289         "Sources/AVKit/*.swift"
290       ],
291       "frameworks": [
292         "AVFoundation",
293         "AVKit"
294       ],
295       "dependencies": {
296         "Stem/Core": [
298         ]
299       },
300       "platforms": {
301         "ios": "8.0"
302       }
303     },
304     {
305       "name": "WebKit",
306       "source_files": [
307         "Sources/WebKit/*.swift"
308       ],
309       "frameworks": [
310         "WebKit"
311       ],
312       "dependencies": {
313         "Stem/Core": [
315         ]
316       },
317       "platforms": {
318         "ios": "8.0",
319         "osx": "10.10"
320       }
321     }
322   ],
323   "swift_version": "5.0"