blob: 5224440fba84bc024542daca6cdfcc936c662d5b [file] [log] [blame]
{
"name": "RxViewModel",
"version": "1.1.0",
"summary": "A blatant «imitation» of `ReactiveViewModel` using `RxCocoa`.",
"description": "Since [`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.",
"homepage": "https://github.com/esttorhe/RxViewModel",
"license": "MIT",
"authors": {
"esttorhe": "me@estebantorr.es"
},
"source": {
"git": "https://github.com/esttorhe/RxViewModel.git",
"tag": "1.1.0"
},
"social_media_url": "https://twitter.com/esttorhe",
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"dependencies": {
"RxCocoa": [
"~> 1.9"
]
},
"frameworks": "Foundation"
}