[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / 4 / 1 / c / RelizKit / 1.2.2 / RelizKit.podspec.json
blob3f7aadaff9fa417b27a452a3544994512cd1ea6c
2   "name": "RelizKit",
3   "version": "1.2.2",
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.2.2"
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         "SVGKit": [
53         ]
54       }
55     },
56     {
57       "name": "RZScreensKit",
58       "source_files": "RelizKit/RZUIKit/RZScreensKit/**/*"
59     },
60     {
61       "name": "RZStoreKit",
62       "source_files": "RelizKit/RZStoreKit/**/*",
63       "dependencies": {
64         "SwiftyStoreKit": [
66         ]
67       }
68     }
69   ],
70   "swift_version": "5.3"