Skip to content

Commit

Permalink
Fix #5 - Bumped version and fixed keywords on
Browse files Browse the repository at this point in the history
  • Loading branch information
esttorhe committed Oct 8, 2015
1 parent d77bc84 commit e51cf0b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion RxViewModel.podspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@

Pod::Spec.new do |s|
s.name = "RxViewModel"
s.version = "2.1.2"
s.version = "2.1.3"
s.summary = "A blatant «imitation» of `ReactiveViewModel` using `RxCocoa`."
s.description = <<-DESC
`RxViewModel` is the marriage between `MVVM` and `Rx` extensions
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`.
Given 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.
Long story short: a blatant «imitation» of `ReactiveViewModel `using `RxCocoa`.
DESC
s.homepage = "https://github.com/esttorhe/RxViewModel"
s.license = 'MIT'
Expand Down

0 comments on commit e51cf0b

Please sign in to comment.