Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
wrap up swift4 updates
  • Loading branch information
icanzilb committed Oct 20, 2017
1 parent beacaa6 commit be9a759
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions Example/Podfile
@@ -1,10 +1,10 @@
use_frameworks!

abstract_target 'Demo' do
pod 'RealmSwift', '3.0.0-beta.4'
pod 'RxSwift', '4.0.0-beta.0'
pod 'RxCocoa', '4.0.0-beta.0'
pod 'RxRealm', '0.7.1'
pod 'RealmSwift', '~> 3.0'
pod 'RxSwift', '~> 4.0'
pod 'RxCocoa', '~> 4.0'
pod 'RxRealm', '~> 0.7.3'
pod 'RxRealmDataSources', :path => '../'

target 'RxRealmDataSources_Example' do
Expand Down
10 changes: 5 additions & 5 deletions RxRealmDataSources.podspec
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = 'RxRealmDataSources'
s.version = '0.2.8'
s.version = '0.2.9'
s.summary = 'Rx data sources for RxRealm`s observable types'

s.description = <<-DESC
Expand All @@ -23,8 +23,8 @@ Pod::Spec.new do |s|

s.frameworks = 'Foundation'

s.dependency 'RealmSwift', '3.0.0-beta.4'
s.dependency 'RxSwift', '4.0.0-beta.0'
s.dependency 'RxCocoa', '4.0.0-beta.0'
s.dependency 'RxRealm', '0.7.1'
s.dependency 'RealmSwift', '~> 3.0'
s.dependency 'RxSwift', '~> 4.0'
s.dependency 'RxCocoa', '~> 4.0'
s.dependency 'RxRealm', '~> 0.7.3'
end

0 comments on commit be9a759

Please sign in to comment.