Update Realm to 0.102.1 and RxSwift to 2.5.0

This commit is contained in:
Pedro Piñera Buendía 2016-05-16 14:14:33 +02:00
parent 30ddb1dd0e
commit 60360a0c14
3 changed files with 8 additions and 8 deletions

View File

@ -1,3 +1,3 @@
github "ReactiveCocoa/ReactiveCocoa" "v4.1.0"
github "realm/realm-cocoa" "v0.101.0"
github "ReactiveX/RxSwift" "2.4"
github "realm/realm-cocoa" "v0.102.1"
github "ReactiveX/RxSwift" "2.5.0"

View File

@ -1,6 +1,6 @@
github "Quick/Nimble" "v4.0.1"
github "Quick/Quick" "v0.9.2"
github "antitypical/Result" "2.0.0"
github "ReactiveX/RxSwift" "2.4"
github "realm/realm-cocoa" "v0.101.0"
github "ReactiveX/RxSwift" "2.5.0"
github "realm/realm-cocoa" "v0.102.1"
github "ReactiveCocoa/ReactiveCocoa" "v4.1.0"

View File

@ -13,9 +13,9 @@ Pod::Spec.new do |s|
s.osx.deployment_target = "10.10"
rx_dependencies = lambda do |spec|
spec.dependency 'RxSwift', '~> 2.4'
spec.dependency 'RxCocoa', '~> 2.4'
spec.dependency 'RxBlocking', '~> 2.4'
spec.dependency 'RxSwift', '~> 2.5.0'
spec.dependency 'RxCocoa', '~> 2.5.0'
spec.dependency 'RxBlocking', '~> 2.5.0'
end
rac_dependencies = lambda do |spec|
@ -23,7 +23,7 @@ Pod::Spec.new do |s|
end
realm_dependencies = lambda do |spec|
spec.dependency "RealmSwift", "~> 0.99"
spec.dependency "RealmSwift", "~> 0.102.1"
end
coredata_dependencies = lambda do |spec|