From 5959a482fc9d1c18c19705150afcdd7dc8d0cfba Mon Sep 17 00:00:00 2001 From: bobgodwinx Date: Fri, 1 Mar 2019 10:26:42 +0100 Subject: [PATCH] Updated `Action.podspec` for `3.10.2` release purposes --- Action.podspec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Action.podspec b/Action.podspec index 32fa3bea..248239c7 100644 --- a/Action.podspec +++ b/Action.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "Action" - s.version = "3.10.0" + s.version = "3.10.2" s.summary = "Abstracts actions to be performed in RxSwift." s.description = <<-DESC Encapsulates an action to be performed, usually by a button press, but also useful to pass actions to execute later @@ -20,8 +20,8 @@ Pod::Spec.new do |s| s.source_files = "Sources/**/*.{swift}" s.frameworks = "Foundation" - s.dependency "RxSwift", "~> 4.3" - s.dependency "RxCocoa", "~> 4.3" + s.dependency "RxSwift", "~> 4.0" + s.dependency "RxCocoa", "~> 4.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"