[Add] STBaseProject 1.0.8
[CocoaPods.git] / Specs / 4 / 1 / c / RelizKit / 0.0.12 / RelizKit.podspec.json
blob51c299c849b6c9f334442f59ee8372e708b67626
2   "name": "RelizKit",
3   "version": "0.0.12",
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": "0.0.12"
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       }
32     },
33     {
34       "name": "RZUIKit",
35       "source_files": "RelizKit/RZUIKit/**/*"
36     },
37     {
38       "name": "RZStoreKit",
39       "source_files": "RelizKit/RZStoreKit/**/*",
40       "dependencies": {
41         "SwiftyStoreKit": [
43         ]
44       }
45     }
46   ],
47   "swift_version": "5.3"