Skip to content

Commit 5959a48

Browse files
bobgodwinxfreak4pc
authored andcommitted
Updated Action.podspec for 3.10.2 release purposes
1 parent d6bf581 commit 5959a48

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Action.podspec

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "Action"
3-
s.version = "3.10.0"
3+
s.version = "3.10.2"
44
s.summary = "Abstracts actions to be performed in RxSwift."
55
s.description = <<-DESC
66
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|
2020
s.source_files = "Sources/**/*.{swift}"
2121

2222
s.frameworks = "Foundation"
23-
s.dependency "RxSwift", "~> 4.3"
24-
s.dependency "RxCocoa", "~> 4.3"
23+
s.dependency "RxSwift", "~> 4.0"
24+
s.dependency "RxCocoa", "~> 4.0"
2525

2626
s.watchos.exclude_files = "Control+Action.swift", "Button+Action.swift", "UIBarButtonItem+Action.swift", "UIAlertAction+Action.swift"
2727
s.osx.exclude_files = "UIBarButtonItem+Action.swift", "UIAlertAction+Action.swift"

0 commit comments

Comments
 (0)