[Add] OpenWeb3Lib 1.0.4-swift6.0
[CocoaPods.git] / Specs / f / c / 6 / STBaseProject / 1.0.4 / STBaseProject.podspec.json
blob6c27954b0e0ff87a98c44b002e2684ad6bcd29b9
2   "name": "STBaseProject",
3   "version": "1.0.4",
4   "summary": "Project infrastructure, common tools. The new project can inherit.",
5   "homepage": "https://github.com/i-stack/STBaseProject",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "songMW": "songshoubing7664@163.com"
12   },
13   "source": {
14     "git": "https://github.com/i-stack/STBaseProject.git",
15     "tag": "1.0.4"
16   },
17   "platforms": {
18     "ios": "12.0"
19   },
20   "swift_versions": [
21     "5"
22   ],
23   "default_subspecs": "STBaseModule",
24   "subspecs": [
25     {
26       "name": "STBaseModule",
27       "source_files": [
28         "STBaseProject/Classes/STBaseModule/STBaseViewController/*.swift",
29         "STBaseProject/Classes/STBaseModule/STBaseViewModel/*.swift",
30         "STBaseProject/Classes/STBaseModule/STBaseModel/*.swift",
31         "STBaseProject/Classes/STBaseModule/STBaseView/*.swift"
32       ],
33       "dependencies": {
34         "STBaseProject/STBaseConfig": [
36         ]
37       }
38     },
39     {
40       "name": "STBaseConfig",
41       "source_files": [
42         "STBaseProject/Classes/STBaseConfig/*.swift"
43       ]
44     },
45     {
46       "name": "STScanner",
47       "source_files": [
48         "STBaseProject/Classes/STScanner/*.swift"
49       ]
50     },
51     {
52       "name": "STScreenshot",
53       "source_files": [
54         "STBaseProject/Classes/STScreenshot/*.swift"
55       ]
56     }
57   ],
58   "swift_version": "5"