[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / f / 5 / 4 / Stem / 0.0.35 / Stem.podspec.json
blob56b88072e528fe0de7773b68a71a8ee3c977ccd0
2   "name": "Stem",
3   "version": "0.0.35",
4   "summary": "A Cocoa library.",
5   "description": "Template is a powerful and pure Swift implemented library.",
6   "homepage": "https://github.com/linhay/Stem",
7   "screenshots": "",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "linhey": "is.linhey@outlook.com"
14   },
15   "source": {
16     "git": "https://github.com/linhay/Stem.git",
17     "tag": "0.0.35"
18   },
19   "swift_versions": [
20     "4.0",
21     "4.2",
22     "5.0"
23   ],
24   "requires_arc": true,
25   "platforms": {
26     "ios": "11.0",
27     "tvos": "10.0",
28     "osx": "10.12",
29     "watchos": "3.0"
30   },
31   "subspecs": [
32     {
33       "name": "Core",
34       "platforms": {
35         "tvos": "10.0",
36         "ios": "11.0",
37         "osx": "10.12",
38         "watchos": "3.0"
39       },
40       "source_files": [
41         "Sources/Core/*.swift",
42         "Sources/Core/**/*.swift",
43         "Sources/Core/**/**/*.swift",
44         "Sources/Core/**/**/**/*.swift"
45       ]
46     },
47     {
48       "name": "STUIKit",
49       "dependencies": {
50         "Stem/Core": [
52         ],
53         "Stem/UIKit": [
55         ],
56         "Stem/CrossPlatform": [
58         ]
59       },
60       "platforms": {
61         "ios": "11.0"
62       },
63       "source_files": [
64         "Sources/STUIKit/*.swift",
65         "Sources/STUIKit/**/*.swift",
66         "Sources/STUIKit/**/**/*.swift",
67         "Sources/STUIKit/**/**/**/*.swift"
68       ]
69     },
70     {
71       "name": "CrossPlatform",
72       "dependencies": {
73         "Stem/Core": [
75         ]
76       },
77       "platforms": {
78         "ios": "11.0",
79         "osx": "10.12"
80       },
81       "source_files": [
82         "Sources/CrossPlatform/*.swift",
83         "Sources/CrossPlatform/**/*.swift",
84         "Sources/CrossPlatform/**/**/*.swift",
85         "Sources/CrossPlatform/**/**/**/*.swift"
86       ]
87     },
88     {
89       "name": "UIKit",
90       "dependencies": {
91         "Stem/Core": [
93         ],
94         "Stem/CrossPlatform": [
96         ]
97       },
98       "platforms": {
99         "ios": "11.0"
100       },
101       "source_files": [
102         "Sources/UIKit/*.swift",
103         "Sources/UIKit/**/*.swift",
104         "Sources/UIKit/**/**/*.swift",
105         "Sources/UIKit/**/**/**/*.swift"
106       ]
107     }
108   ],
109   "swift_version": "5.0"