[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / f / 5 / 4 / Stem / 0.0.5 / Stem.podspec.json
blob426d0c7886e3cd4d2267cf985e60c827c979ab48
2   "name": "Stem",
3   "version": "0.0.5",
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.5"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "swift_version": "4.2",
21   "frameworks": [
22     "UIKit"
23   ],
24   "requires_arc": true,
25   "subspecs": [
26     {
27       "name": "Core",
28       "source_files": "Sources/Core/**"
29     },
30     {
31       "name": "Foundation",
32       "source_files": "Sources/Foundation/**",
33       "dependencies": {
34         "Stem/Core": [
36         ]
37       }
38     },
39     {
40       "name": "CALayer",
41       "source_files": "Sources/CALayer/**",
42       "dependencies": {
43         "Stem/Core": [
45         ]
46       }
47     },
48     {
49       "name": "CGRect",
50       "source_files": "Sources/CGRect/**",
51       "dependencies": {
52         "Stem/Core": [
54         ]
55       }
56     },
57     {
58       "name": "TableView",
59       "source_files": "Sources/TableView/**",
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/CGRect": [
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": "Cell",
191       "source_files": "Sources/Cell/**",
192       "dependencies": {
193         "Stem/Core": [
195         ]
196       }
197     },
198     {
199       "name": "GestureRecognizer",
200       "source_files": "Sources/GestureRecognizer/**",
201       "dependencies": {
202         "Stem/Core": [
204         ]
205       }
206     },
207     {
208       "name": "Button",
209       "source_files": "Sources/Button/**",
210       "dependencies": {
211         "Stem/Core": [
213         ],
214         "Stem/Control": [
216         ]
217       }
218     }
219   ]