[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / c / 8 / 9 / RXKit / 0.1.18 / RXKit.podspec.json
blobd6ac9f0bd5fc6934699a79696284812e7fadb613
2   "name": "RXKit",
3   "version": "0.1.18",
4   "summary": "RXExts.",
5   "description": "使用RxSwift提供一套完整开发工具。",
6   "homepage": "https://github.com/yaochenfeng/RXKit",
7   "source": {
8     "git": "https://github.com/yaochenfeng/RXKit.git",
9     "tag": "v0.1.18"
10   },
11   "license": {
12     "type": "MIT",
13     "text": "MIT"
14   },
15   "authors": {
16     "yaochenfeng": "282696845@qq.com"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "swift_versions": "5.4",
22   "dependencies": {
23     "RxCocoa": [
24       "~> 6.0"
25     ],
26     "SnapKit": [
27       "~> 5.0"
28     ]
29   },
30   "preserve_paths": "version.txt",
31   "subspecs": [
32     {
33       "name": "DFService",
34       "source_files": "Sources/RXKit/DFService/*.swift"
35     },
36     {
37       "name": "Extension",
38       "source_files": "Sources/RXKit/Extension/*.swift"
39     },
40     {
41       "name": "View",
42       "source_files": "Sources/RXKit/View/*.swift",
43       "dependencies": {
44         "RXKit/Extension": [
46         ]
47       }
48     },
49     {
50       "name": "ViewModel",
51       "source_files": "Sources/RXKit/ViewModel/*.swift",
52       "dependencies": {
53         "RXKit/Extension": [
55         ]
56       }
57     },
58     {
59       "name": "Route",
60       "source_files": "Sources/RXKit/Route/*.swift",
61       "dependencies": {
62         "RXKit/ViewModel": [
64         ]
65       }
66     }
67   ],
68   "swift_version": "5.4"