[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 4 / 1 / c / RelizKit / 0.0.11 / RelizKit.podspec.json
bloba972d1670af5deed381fc7793ba1480f0fff8d38
2   "name": "RelizKit",
3   "version": "0.0.11",
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.11"
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   "swift_version": "5.3"