[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 5 / a / f / SwiftComponentsKit / 1.0.0 / SwiftComponentsKit.podspec.json
blobb44451dbdefadd32321a97a2c46120af9db8ea33
2   "name": "SwiftComponentsKit",
3   "version": "1.0.0",
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.0"
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       "dependencies": {
36         "SnapKit": [
38         ],
39         "SwiftBaseKit": [
41         ]
42       }
43     },
44     {
45       "name": "MenuBarController",
46       "source_files": "SwiftComponentsKit/MenuBarController/**/*.swift",
47       "dependencies": {
48         "SnapKit": [
50         ],
51         "SwiftBaseKit": [
53         ],
54         "SwiftComponentsKit/BaseViewController": [
56         ]
57       }
58     },
59     {
60       "name": "RecycleView",
61       "source_files": "SwiftComponentsKit/RecycleView/**/*.swift",
62       "dependencies": {
63         "SnapKit": [
65         ]
66       }
67     },
68     {
69       "name": "TipsView",
70       "source_files": "SwiftComponentsKit/TipsView/**/*.swift",
71       "dependencies": {
72         "SnapKit": [
74         ]
75       }
76     }
77   ],
78   "swift_version": "5.6"