[Add] DoordeckSDK 0.55.0
[CocoaPods.git] / Specs / 7 / a / f / GeSwift / 0.0.6 / GeSwift.podspec.json
blob4838cb8459fd36cac4b24ee1ca6e9c2101ece2e8
2   "name": "GeSwift",
3   "version": "0.0.6",
4   "summary": "GeSwift for my's ioser",
5   "homepage": "https://github.com/my1325/GeSwift.git",
6   "license": "MIT",
7   "platforms": {
8     "ios": "10.0"
9   },
10   "authors": {
11     "mayong": "ma.yong@vpclub.cn"
12   },
13   "source": {
14     "git": "https://github.com/my1325/GeSwift.git",
15     "tag": "0.0.6"
16   },
17   "swift_versions": "4.2",
18   "default_subspecs": [
19     "Core",
20     "DataBase",
21     "UI",
22     "Foundation"
23   ],
24   "swift_version": "4.2",
25   "subspecs": [
26     {
27       "name": "Core",
28       "source_files": "GeSwift/Ge/Core/*.{swift}"
29     },
30     {
31       "name": "DataBase",
32       "source_files": "GeSwift/Ge/DataBase/*.{swift}",
33       "dependencies": {
34         "GeSwift/Core": [
36         ],
37         "WCDB.swift": [
39         ]
40       }
41     },
42     {
43       "name": "UI",
44       "source_files": "GeSwift/Ge/UI/*.{swift}",
45       "dependencies": {
46         "GeSwift/Core": [
48         ],
49         "GeSwift/Foundation": [
51         ]
52       }
53     },
54     {
55       "name": "Foundation",
56       "source_files": "GeSwift/Ge/Foundation/*.{swift}",
57       "dependencies": {
58         "GeSwift/Core": [
60         ]
61       }
62     },
63     {
64       "name": "Control",
65       "source_files": "GeSwift/Ge/Control/**/*.{swift}",
66       "dependencies": {
67         "GeSwift/UI": [
69         ],
70         "GeSwift/Foundation": [
72         ],
73         "Schedule": [
75         ],
76         "SnapKit": [
78         ],
79         "Kingfisher": [
81         ]
82       }
83     }
84   ]