[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / 4 / 1 / c / RelizKit / 2.0.2 / RelizKit.podspec.json
blobce39965ed706cdb2183fadf3bbf2000fdaa0c1ed
2   "name": "RelizKit",
3   "version": "2.0.2",
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.2"
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       "source_files": "RZUIKit/RZViewBuilder/RZViewBuilder/RZViewBuilder.h"
71     },
72     {
73       "name": "RZScreensKit",
74       "dependencies": {
75         "RelizKit/CoreOnly": [
77         ],
78         "RZScreensKit": [
80         ]
81       }
82     },
83     {
84       "name": "RZDarkModeKit",
85       "dependencies": {
86         "RelizKit/CoreOnly": [
88         ],
89         "RZDarkModeKit": [
91         ]
92       }
93     },
94     {
95       "name": "RZStoreKit",
96       "dependencies": {
97         "RelizKit/CoreOnly": [
99         ],
100         "RZStoreKit": [
102         ]
103       }
104     },
105     {
106       "name": "RZEvent",
107       "dependencies": {
108         "RelizKit/CoreOnly": [
110         ],
111         "RZEvent": [
113         ]
114       }
115     }
116   ],
117   "swift_version": "5.3"