[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / f / 5 / 4 / Stem / 0.0.3 / Stem.podspec.json
blob1705536ada12f7cf001c6ed711f91739ba92b881
2   "name": "Stem",
3   "version": "0.0.3",
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.3"
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": "Control",
104       "source_files": "Sources/Control/**",
105       "dependencies": {
106         "Stem/Core": [
108         ]
109       }
110     },
111     {
112       "name": "NSLayoutConstraint",
113       "source_files": "Sources/NSLayoutConstraint/**",
114       "dependencies": {
115         "Stem/Core": [
117         ]
118       }
119     },
120     {
121       "name": "Application",
122       "source_files": "Sources/Application/**",
123       "dependencies": {
124         "Stem/Core": [
126         ]
127       }
128     },
129     {
130       "name": "Storyboard",
131       "source_files": "Sources/Storyboard/**",
132       "dependencies": {
133         "Stem/Core": [
135         ]
136       }
137     },
138     {
139       "name": "NavigationBar",
140       "source_files": "Sources/NavigationBar/**",
141       "dependencies": {
142         "Stem/Core": [
144         ]
145       }
146     },
147     {
148       "name": "TextField",
149       "source_files": "Sources/TextField/**",
150       "dependencies": {
151         "Stem/Core": [
153         ]
154       }
155     },
156     {
157       "name": "ViewController",
158       "source_files": "Sources/ViewController/**",
159       "dependencies": {
160         "Stem/Core": [
162         ]
163       }
164     },
165     {
166       "name": "ImageView",
167       "source_files": "Sources/ImageView/**",
168       "dependencies": {
169         "Stem/Core": [
171         ]
172       }
173     },
174     {
175       "name": "View",
176       "source_files": "Sources/View/**",
177       "dependencies": {
178         "Stem/Core": [
180         ]
181       }
182     },
183     {
184       "name": "Cell",
185       "source_files": "Sources/Cell/**",
186       "dependencies": {
187         "Stem/Core": [
189         ]
190       }
191     },
192     {
193       "name": "GestureRecognizer",
194       "source_files": "Sources/GestureRecognizer/**",
195       "dependencies": {
196         "Stem/Core": [
198         ]
199       }
200     },
201     {
202       "name": "Button",
203       "source_files": "Sources/Button/**",
204       "dependencies": {
205         "Stem/Core": [
207         ],
208         "Stem/Control": [
210         ]
211       }
212     }
213   ]