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"