Skip to content

Commit 4980885

Browse files
committed
Adaption release
Final adption for version `3.4.0` release
1 parent 533f9c3 commit 4980885

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Action.podspec

Lines changed: 3 additions & 3 deletions
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.3.0-alpha.1"
3+
s.version = "3.4.0"
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.0.0"
24-
s.dependency "RxCocoa", "~> 4.0.0"
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"

Cartfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
github "ReactiveX/RxSwift" "4.0.0"
1+
github "ReactiveX/RxSwift" ~> 4.0

0 commit comments

Comments
 (0)