[Add] LLUnionPaySDK 1.3.8
[CocoaPods.git] / Specs / 7 / a / f / GeSwift / 0.0.1 / GeSwift.podspec.json
blobdf1d3c7bed4f42dd05efdc65947cffa0cbbe42f8
2   "name": "GeSwift",
3   "version": "0.0.1",
4   "summary": "GeSwift for my's ioser",
5   "homepage": "https://github.com/my1325/GeSwift.git",
6   "license": "MIT",
7   "platforms": {
8     "ios": "9.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.1"
16   },
17   "swift_version": "4.2",
18   "default_subspecs": [
19     "Core",
20     "DataBase",
21     "UI",
22     "Foundation",
23     "Control"
24   ],
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       }
50     },
51     {
52       "name": "Foundation",
53       "source_files": "GeSwift/Ge/Foundation/*.{swift}",
54       "dependencies": {
55         "GeSwift/Core": [
57         ]
58       }
59     },
60     {
61       "name": "Control",
62       "source_files": "GeSwift/Ge/Control/*.{swift}",
63       "dependencies": {
64         "GeSwift/UI": [
66         ],
67         "GeSwift/Foundation": [
69         ],
70         "Schedule": [
72         ],
73         "SnapKit": [
75         ],
76         "Kingfisher": [
78         ]
79       }
80     }
81   ]