blob: 837c7cf2af3c48a24c6264db47f18e9a5dbee3a9 [file] [log] [blame]
{
"name": "RxViewModel",
"version": "2.3.0",
"summary": "`RxViewModel` is the marriage between `MVVM` and `Rx` extensions. A blatant «imitation» of `ReactiveViewModel` using `RxCocoa`.",
"description": "`RxViewModel` is the marriage between `MVVM` and `Rx` extensions\n\nSince [`ReactiveViewModel`](https://github.com/ReactiveCocoa/ReactiveViewModel) project felt on stagnation and there's not `Swift` or `Swift 2.0` implementation we found the need to implement something like this on `Swift`.\n\nGiven the fact that there's no `Swift` branch and the lack of interest in the project we felt it was better to give `RxSwift`/`RxCocoa` a chance and instead use it as the base for this reactive view model approach.\n\nLong story short: a blatant «imitation» of `ReactiveViewModel `using `RxCocoa`.",
"homepage": "https://github.com/esttorhe/RxViewModel",
"license": "MIT",
"authors": {
"esttorhe": "me@estebantorr.es"
},
"source": {
"git": "https://github.com/esttorhe/RxViewModel.git",
"tag": "2.3.0"
},
"social_media_url": "https://twitter.com/esttorhe",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0",
"watchos": "2.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"dependencies": {
"RxCocoa": [
"~> 2.0.0-beta.1"
],
"RxSwift": [
"~> 2.0.0-beta.1"
]
},
"frameworks": "Foundation"
}