Skip to content

Commit

Permalink
updates the pod spec
Browse files Browse the repository at this point in the history
  • Loading branch information
icanzilb committed Oct 9, 2016
1 parent 6bddf78 commit c0e4fae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions RxRealm.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "RxRealm"
s.version = "0.2.3"
s.version = "0.2.5"
s.summary = "An Rx wrapper of Realm's collection type"

s.description = <<-DESC
Expand All @@ -22,7 +22,7 @@ Pod::Spec.new do |s|
s.source_files = 'Pod/Classes/*.swift'

s.frameworks = 'Foundation'
s.dependency 'RealmSwift', '~> 1.1'
s.dependency 'RxSwift', '~> 3.0.0-beta.1'
s.dependency 'RealmSwift', '~> 2.0'
s.dependency 'RxSwift', '~> 3.0.0-beta.2'

end

0 comments on commit c0e4fae

Please sign in to comment.