Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanbruel committed Mar 22, 2017
1 parent 7ab4ffe commit e47ae66
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .swift-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.0
4 changes: 2 additions & 2 deletions Cell+Rx.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Cell+Rx"
s.version = "1.2.2"
s.version = "1.2.3"
s.summary = "Handy RxSwift extensions on UITableViewCell and UICollectionViewCell."
s.description = <<-DESC
Right now, we just have a `rx_reusableDisposeBag` property, but we're open to PRs!
Expand All @@ -15,5 +15,5 @@ Pod::Spec.new do |s|
s.source = { :git => "https://github.com/ivanbruel/Cell-Rx.git", :tag => s.version }
s.source_files = "Pod/Classes/*.swift"
s.frameworks = "UIKit"
s.dependency "RxSwift", '~> 3.1.0'
s.dependency "RxSwift", '~> 3'
end

0 comments on commit e47ae66

Please sign in to comment.