From af3b9adfc174c4d6d76c55b6556aa604236f16d9 Mon Sep 17 00:00:00 2001 From: Obi Bob Godwin Date: Wed, 18 Oct 2017 10:57:53 +0200 Subject: [PATCH] RxSwift 4.0.0 target Updated cartfile to target the new `RxSwift 4.0.0` --- Action.podspec | 4 ++-- Cartfile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Action.podspec b/Action.podspec index 2fca0ed8..3dbef948 100644 --- a/Action.podspec +++ b/Action.podspec @@ -20,8 +20,8 @@ Pod::Spec.new do |s| s.source_files = "Sources/**/*.{swift}" s.frameworks = "Foundation" - s.dependency "RxSwift", "~> 4.0.0-rc.0" - s.dependency "RxCocoa", "~> 4.0.0-rc.0" + s.dependency "RxSwift", "~> 4.0.0" + s.dependency "RxCocoa", "~> 4.0.0" s.watchos.exclude_files = "Control+Action.swift", "Button+Action.swift", "UIBarButtonItem+Action.swift", "UIAlertAction+Action.swift" s.osx.exclude_files = "UIBarButtonItem+Action.swift", "UIAlertAction+Action.swift" diff --git a/Cartfile b/Cartfile index a30c64eb..d070f13d 100644 --- a/Cartfile +++ b/Cartfile @@ -1 +1 @@ -github "ReactiveX/RxSwift" "4.0.0-rc.0" +github "ReactiveX/RxSwift" "4.0.0"