[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / 4 / 1 / c / RelizKit / 1.6.4 / RelizKit.podspec.json
blob06b716194f70d1a627d4d14ae4af2be93ee6ebd9
2   "name": "RelizKit",
3   "version": "1.6.4",
4   "summary": "RelizKit",
5   "description": "Small example to test code sharing via cocoapods.",
6   "homepage": "https://github.com/nersonSwift/RelizKit",
7   "license": "MIT",
8   "authors": {
9     "Angel-senpai": "daniil.murygin68@gmail.com",
10     "nersonSwift": "aleksandrsenin@icloud.com"
11   },
12   "source": {
13     "git": "https://github.com/nersonSwift/RelizKit.git",
14     "tag": "1.6.4"
15   },
16   "exclude_files": "RelizKit/**/*.plist",
17   "swift_versions": "5.3",
18   "platforms": {
19     "ios": "13.0"
20   },
21   "requires_arc": true,
22   "default_subspecs": "Core",
23   "subspecs": [
24     {
25       "name": "CoreOnly",
26       "source_files": "RelizKit/Core/**/*",
27       "preserve_paths": "RelizKit/Core/module.modulemap"
28     },
29     {
30       "name": "Core",
31       "dependencies": {
32         "RelizKit/CoreOnly": [
34         ],
35         "RelizKit/RZUIKit": [
37         ],
38         "RelizKit/RZStoreKit": [
40         ],
41         "RelizKit/RZEvent": [
43         ]
44       }
45     },
46     {
47       "name": "RZUIKit",
48       "dependencies": {
49         "RelizKit/CoreOnly": [
51         ],
52         "RelizKit/RZViewBuilder": [
54         ],
55         "RelizKit/RZScreensKit": [
57         ]
58       }
59     },
60     {
61       "name": "RZViewBuilder",
62       "dependencies": {
63         "RelizKit/CoreOnly": [
65         ],
66         "RelizKit/RZDarkModeKit": [
68         ],
69         "SVGKit": [
71         ]
72       },
73       "source_files": "RelizKit/RZUIKit/RZViewBuilder/**/*"
74     },
75     {
76       "name": "RZScreensKit",
77       "dependencies": {
78         "RelizKit/CoreOnly": [
80         ]
81       },
82       "source_files": "RelizKit/RZUIKit/RZScreensKit/**/*"
83     },
84     {
85       "name": "RZDarkModeKit",
86       "dependencies": {
87         "RelizKit/CoreOnly": [
89         ],
90         "RZDarkModeKit": [
92         ]
93       }
94     },
95     {
96       "name": "RZStoreKit",
97       "source_files": "RelizKit/RZStoreKit/**/*",
98       "dependencies": {
99         "SwiftyStoreKit": [
101         ],
102         "RelizKit/CoreOnly": [
104         ]
105       }
106     },
107     {
108       "name": "RZEvent",
109       "source_files": "RelizKit/RZEvent/**/*",
110       "dependencies": {
111         "RelizKit/CoreOnly": [
113         ]
114       }
115     }
116   ],
117   "swift_version": "5.3"