Skip to content

Commit

Permalink
Fix #5 - Updated description as well
Browse files Browse the repository at this point in the history
  • Loading branch information
esttorhe committed Oct 8, 2015
1 parent e51cf0b commit 80c5e18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
source 'https://rubygems.org'

ruby '2.0.0'

# The Cocoa library package manager.
gem 'cocoapods', '0.39.0.beta.4'
Expand Down
4 changes: 2 additions & 2 deletions RxViewModel.podspec
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@

Pod::Spec.new do |s|
s.name = "RxViewModel"
s.version = "2.1.3"
s.summary = "A blatant «imitation» of `ReactiveViewModel` using `RxCocoa`."
s.version = "2.1.4"
s.summary = "`RxViewModel` is the marriage between `MVVM` and `Rx` extensions. A blatant «imitation» of `ReactiveViewModel` using `RxCocoa`."
s.description = <<-DESC
`RxViewModel` is the marriage between `MVVM` and `Rx` extensions
Expand Down

0 comments on commit 80c5e18

Please sign in to comment.