[Add] TensorFlowLiteSwift 0.0.1-nightly.20250104
[CocoaPods.git] / Specs / e / 2 / 6 / ReusableKit-Hi / 3.0.0-v4 / ReusableKit-Hi.podspec.json
blob5eee46677fe39996478992ada16291c21305ff43
2   "name": "ReusableKit-Hi",
3   "version": "3.0.0-v4",
4   "summary": "Generic reusables for Cocoa.",
5   "homepage": "https://github.com/tospery/ReusableKit-Hi",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "YangJianxiang": "tospery@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/tospery/ReusableKit-Hi.git",
15     "tag": "3.0.0-v4"
16   },
17   "frameworks": [
18     "UIKit",
19     "Foundation"
20   ],
21   "requires_arc": true,
22   "swift_versions": "5.0",
23   "platforms": {
24     "ios": "11.0"
25   },
26   "default_subspecs": "Core",
27   "subspecs": [
28     {
29       "name": "Core",
30       "source_files": "Sources/ReusableKit/*.swift"
31     },
32     {
33       "name": "RxSwift",
34       "source_files": "Sources/RxReusableKit/*.swift",
35       "dependencies": {
36         "ReusableKit-Hi/Core": [
38         ],
39         "RxSwift": [
40           "~> 6.0"
41         ],
42         "RxCocoa": [
43           "~> 6.0"
44         ]
45       }
46     }
47   ],
48   "swift_version": "5.0"