[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / a / f / GeSwift / 0.0.7 / GeSwift.podspec.json
blob1ac7d7498bcdec0b9d5a3b94ce6089c675852f6b
2   "name": "GeSwift",
3   "version": "0.0.7",
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     "UI",
21     "Foundation"
22   ],
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": "GeSwift/Ge/Core/*.{swift}"
27     },
28     {
29       "name": "DataBase",
30       "source_files": "GeSwift/Ge/DataBase/*.{swift}",
31       "dependencies": {
32         "GeSwift/Core": [
34         ],
35         "WCDB.swift": [
37         ]
38       }
39     },
40     {
41       "name": "UI",
42       "source_files": "GeSwift/Ge/UI/*.{swift}",
43       "dependencies": {
44         "GeSwift/Core": [
46         ],
47         "GeSwift/Foundation": [
49         ]
50       }
51     },
52     {
53       "name": "Foundation",
54       "source_files": "GeSwift/Ge/Foundation/*.{swift}",
55       "dependencies": {
56         "GeSwift/Core": [
58         ]
59       }
60     },
61     {
62       "name": "Control",
63       "source_files": "GeSwift/Ge/Control/**/*.{swift}",
64       "dependencies": {
65         "GeSwift/UI": [
67         ],
68         "GeSwift/Foundation": [
70         ],
71         "Schedule": [
73         ],
74         "SnapKit": [
76         ],
77         "Kingfisher": [
79         ]
80       }
81     }
82   ],
83   "swift_version": "4.2"