Skip to content

Commit 5fa2f69

Browse files
committed
Semantic Versioning: Updated project to reflect the next version for release + version to
1 parent 38093c5 commit 5fa2f69

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
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.5.0"
3+
s.version = "3.6.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"
24-
s.dependency "RxCocoa", "~> 4.0"
23+
s.dependency "RxSwift", "~> 4.2.0"
24+
s.dependency "RxCocoa", "~> 4.2.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)