[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / 2 / d / 4 / RDXVM / 0.9.0 / RDXVM.podspec.json
blobcc7189c8b90f7cbaa3922e754ac0135faf28f54f
2   "name": "RDXVM",
3   "version": "0.9.0",
4   "summary": "Another ViewModel implementation in Swift.",
5   "description": "RDXVM is another view model inspired by Redux and ReactorKit. It exposes three output properties of state, event and error.",
6   "homepage": "https://github.com/skyofdwarf/rdxvm",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "skyofdwarf": "skyofdwarf@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/skyofdwarf/rdxvm.git",
16     "tag": "0.9.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "swift_versions": "5",
22   "source_files": "Sources/RDXVM/**/*",
23   "dependencies": {
24     "RxSwift": [
25       "~> 6.5"
26     ],
27     "RxRelay": [
28       "~> 6.5"
29     ],
30     "RxCocoa": [
31       "~> 6.5"
32     ]
33   },
34   "swift_version": "5"