[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / 4 / 1 / c / RelizKit / 2.0 / RelizKit.podspec.json
blob7dc692ca232f33f59235ffe09b7e740e50f191be
2   "name": "RelizKit",
3   "version": "2.0",
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": "RelizKit_v2.0"
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/RelizKit/Core/RelizKit.h",
27       "preserve_paths": "RelizKit/RelizKit/Core/module.modulemap",
28       "user_target_xcconfig": {
29         "HEADER_SEARCH_PATHS": "$(inherited) ${PODS_ROOT}/RelizKit/RelizKit/RelizKit/Core"
30       }
31     },
32     {
33       "name": "Core",
34       "dependencies": {
35         "RelizKit/CoreOnly": [
37         ],
38         "RelizKit/RZUIKit": [
40         ],
41         "RelizKit/RZStoreKit": [
43         ],
44         "RelizKit/RZEvent": [
46         ]
47       }
48     },
49     {
50       "name": "RZUIKit",
51       "dependencies": {
52         "RelizKit/CoreOnly": [
54         ],
55         "RZUIKit": [
57         ]
58       }
59     },
60     {
61       "name": "RZViewBuilder",
62       "dependencies": {
63         "RelizKit/CoreOnly": [
65         ],
66         "RZViewBuilder": [
68         ]
69       }
70     },
71     {
72       "name": "RZScreensKit",
73       "dependencies": {
74         "RelizKit/CoreOnly": [
76         ],
77         "RZScreensKit": [
79         ]
80       }
81     },
82     {
83       "name": "RZDarkModeKit",
84       "dependencies": {
85         "RelizKit/CoreOnly": [
87         ],
88         "RZDarkModeKit": [
90         ]
91       }
92     },
93     {
94       "name": "RZStoreKit",
95       "dependencies": {
96         "RelizKit/CoreOnly": [
98         ],
99         "RZStoreKit": [
101         ]
102       }
103     },
104     {
105       "name": "RZEvent",
106       "dependencies": {
107         "RelizKit/CoreOnly": [
109         ],
110         "RZEvent": [
112         ]
113       }
114     }
115   ],
116   "swift_version": "5.3"