[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 4 / 1 / c / RelizKit / 1.3.1 / RelizKit.podspec.json
bloba0d7e69bb113043e891d4fd776fb74be5f21870c
2   "name": "RelizKit",
3   "version": "1.3.1",
4   "summary": "Small example to test code sharing.",
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   "platforms": {
13     "ios": "13.0"
14   },
15   "source": {
16     "git": "https://github.com/nersonSwift/RelizKit.git",
17     "tag": "1.3.1"
18   },
19   "exclude_files": "RelizKit/**/*.plist",
20   "swift_versions": "5.3",
21   "requires_arc": true,
22   "default_subspecs": "Core",
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": "RelizKit/Core/**/*",
27       "dependencies": {
28         "RelizKit/RZUIKit": [
30         ],
31         "RelizKit/RZStoreKit": [
33         ]
34       }
35     },
36     {
37       "name": "RZUIKit",
38       "dependencies": {
39         "RelizKit/RZViewBuilder": [
41         ],
42         "RelizKit/RZScreensKit": [
44         ]
45       }
46     },
47     {
48       "name": "RZViewBuilder",
49       "source_files": "RelizKit/RZUIKit/RZViewBuilder/**/*",
50       "dependencies": {
51         "RelizKit/RZDarkModeKit": [
53         ],
54         "SVGKit": [
56         ]
57       }
58     },
59     {
60       "name": "RZScreensKit",
61       "source_files": "RelizKit/RZUIKit/RZScreensKit/**/*"
62     },
63     {
64       "name": "RZDarkModeKit",
65       "source_files": "RelizKit/RZUIKit/RZDarkModeKit/**/*"
66     },
67     {
68       "name": "RZStoreKit",
69       "source_files": "RelizKit/RZStoreKit/**/*",
70       "dependencies": {
71         "SwiftyStoreKit": [
73         ]
74       }
75     }
76   ],
77   "swift_version": "5.3"