[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 5 / a / f / SwiftComponentsKit / 1.0.1 / SwiftComponentsKit.podspec.json
blob5349770d21b8c6217bbc8e09686fc6385afb3788
2   "name": "SwiftComponentsKit",
3   "version": "1.0.1",
4   "summary": "SwiftComponentsKit contains some UI class",
5   "description": "SwiftComponentsKit contains some UI class.",
6   "homepage": "https://github.com/ColdChains/SwiftComponentsKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "ColdChains": "coldchains@qq.com"
13   },
14   "platforms": {
15     "ios": "10.0"
16   },
17   "source": {
18     "git": "https://github.com/ColdChains/SwiftComponentsKit.git",
19     "tag": "1.0.1"
20   },
21   "exclude_files": "Classes/Exclude",
22   "swift_versions": "5.6",
23   "dependencies": {
24     "SnapKit": [
26     ],
27     "SwiftBaseKit": [
29     ]
30   },
31   "subspecs": [
32     {
33       "name": "BaseViewController",
34       "source_files": "SwiftComponentsKit/BaseViewController/**/*.swift",
35       "resources": "SwiftComponentsKit/BaseViewController/**/*.png",
36       "dependencies": {
37         "SnapKit": [
39         ],
40         "SwiftBaseKit": [
42         ]
43       }
44     },
45     {
46       "name": "MenuBarController",
47       "source_files": "SwiftComponentsKit/MenuBarController/**/*.swift",
48       "dependencies": {
49         "SnapKit": [
51         ],
52         "SwiftBaseKit": [
54         ],
55         "SwiftComponentsKit/BaseViewController": [
57         ]
58       }
59     },
60     {
61       "name": "RecycleView",
62       "source_files": "SwiftComponentsKit/RecycleView/**/*.swift",
63       "dependencies": {
64         "SnapKit": [
66         ]
67       }
68     },
69     {
70       "name": "TipsView",
71       "source_files": "SwiftComponentsKit/TipsView/**/*.swift",
72       "dependencies": {
73         "SnapKit": [
75         ]
76       }
77     }
78   ],
79   "swift_version": "5.6"