[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / a / f / GeSwift / 0.1.0 / GeSwift.podspec.json
blobcec820e20729bc0a97c6e8fd943444906b9c5113
2   "name": "GeSwift",
3   "version": "0.1.0",
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": "1173962595@qq.com"
12   },
13   "source": {
14     "git": "https://github.com/my1325/GeSwift.git",
15     "tag": "0.1.0"
16   },
17   "swift_versions": "5.1",
18   "default_subspecs": [
19     "Core",
20     "UI",
21     "Foundation"
22   ],
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": "Sources/GeSwift/Core/*.{swift}"
27     },
28     {
29       "name": "UI",
30       "source_files": "Sources/GeSwift/UI/*.{swift}",
31       "dependencies": {
32         "GeSwift/Core": [
34         ],
35         "GeSwift/Foundation": [
37         ]
38       }
39     },
40     {
41       "name": "Foundation",
42       "source_files": "Sources/GeSwift/Foundation/*.{swift}",
43       "dependencies": {
44         "GeSwift/Core": [
46         ]
47       }
48     },
49     {
50       "name": "DataBase",
51       "source_files": "GeSwift/Ge/DataBase/*.{swift}",
52       "dependencies": {
53         "GeSwift/Core": [
55         ],
56         "WCDB.swift": [
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       "name": "Codable",
84       "source_files": "Sources/GeSwift/Codable/*.{swift}",
85       "dependencies": {
86         "GeSwift/Foundation": [
88         ]
89       }
90     },
91     {
92       "name": "LocationTask",
93       "source_files": "Sources/GeSwift/LocationTask/*.{swift}"
94     }
95   ],
96   "swift_version": "5.1"