[Add] AlibabacloudEcs20140526 3.0.1
[CocoaPods.git] / Specs / f / 5 / 4 / Stem / 0.0.13 / Stem.podspec.json
blob4cc2dc3f68eecda0ab7d059ed5ccc009df3f3f3d
2   "name": "Stem",
3   "version": "0.0.13",
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.13"
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": "Sources/Core/**"
30     },
31     {
32       "name": "Foundation",
33       "source_files": "Sources/Foundation/**",
34       "dependencies": {
35         "Stem/Core": [
37         ]
38       }
39     },
40     {
41       "name": "CGGeometry",
42       "source_files": "Sources/CGGeometry/**",
43       "dependencies": {
44         "Stem/Core": [
46         ]
47       }
48     },
49     {
50       "name": "ListView",
51       "source_files": "Sources/ListView/**",
52       "dependencies": {
53         "Stem/Core": [
55         ]
56       }
57     },
58     {
59       "name": "Color",
60       "source_files": "Sources/Color/**",
61       "dependencies": {
62         "Stem/Core": [
64         ]
65       }
66     },
67     {
68       "name": "Label",
69       "source_files": "Sources/Label/**",
70       "dependencies": {
71         "Stem/Core": [
73         ]
74       }
75     },
76     {
77       "name": "Font",
78       "source_files": "Sources/Font/**",
79       "dependencies": {
80         "Stem/Core": [
82         ]
83       }
84     },
85     {
86       "name": "Image",
87       "source_files": "Sources/Image/**",
88       "dependencies": {
89         "Stem/Core": [
91         ]
92       }
93     },
94     {
95       "name": "ImageView",
96       "source_files": "Sources/ImageView/**",
97       "dependencies": {
98         "Stem/Core": [
100         ],
101         "Stem/Image": [
103         ]
104       }
105     },
106     {
107       "name": "Control",
108       "source_files": "Sources/Control/**",
109       "dependencies": {
110         "Stem/Core": [
112         ]
113       }
114     },
115     {
116       "name": "NSLayoutConstraint",
117       "source_files": "Sources/NSLayoutConstraint/**",
118       "dependencies": {
119         "Stem/Core": [
121         ]
122       }
123     },
124     {
125       "name": "Application",
126       "source_files": "Sources/Application/**",
127       "dependencies": {
128         "Stem/Core": [
130         ]
131       }
132     },
133     {
134       "name": "Storyboard",
135       "source_files": "Sources/Storyboard/**",
136       "dependencies": {
137         "Stem/Core": [
139         ]
140       }
141     },
142     {
143       "name": "NavigationBar",
144       "source_files": "Sources/NavigationBar/**",
145       "dependencies": {
146         "Stem/Core": [
148         ]
149       }
150     },
151     {
152       "name": "InputView",
153       "source_files": "Sources/InputView/**",
154       "dependencies": {
155         "Stem/Core": [
157         ],
158         "Stem/CGGeometry": [
160         ]
161       }
162     },
163     {
164       "name": "ViewController",
165       "source_files": "Sources/ViewController/**",
166       "dependencies": {
167         "Stem/Core": [
169         ]
170       }
171     },
172     {
173       "name": "View",
174       "source_files": "Sources/View/**",
175       "dependencies": {
176         "Stem/Core": [
178         ]
179       }
180     },
181     {
182       "name": "GestureRecognizer",
183       "source_files": "Sources/GestureRecognizer/**",
184       "dependencies": {
185         "Stem/Core": [
187         ]
188       }
189     }
190   ]