[Add] TensorFlowLiteSwift 0.0.1-nightly.20250104
[CocoaPods.git] / Specs / 4 / 1 / c / RelizKit / 1.0 / RelizKit.podspec.json
blobdd26fa3522f749deedbeb25fb6d40a0818bbe5a5
2   "name": "RelizKit",
3   "version": "1.0",
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.0"
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       "source_files": "RelizKit/RZUIKit/**/*"
39     },
40     {
41       "name": "RZStoreKit",
42       "source_files": "RelizKit/RZStoreKit/**/*",
43       "dependencies": {
44         "SwiftyStoreKit": [
46         ]
47       }
48     }
49   ],
50   "swift_version": "5.3"