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