Skip to content

Commit d4559ac

Browse files
authored
Merge pull request #98 from vvghost1/RxSwiftCommunity/feature/v3.1.1
Require Rx 3.4
2 parents cd1139a + 5f96073 commit d4559ac

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
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.1.0"
3+
s.version = "3.1.1"
44
s.summary = "Abstracts actions to be performed in RxSwift."
55
s.description = <<-DESC
66
Encapsulates an action to be performed, usually by a UIButton press.
@@ -21,8 +21,8 @@ Pod::Spec.new do |s|
2121
s.source_files = "Sources/**/*.{swift}"
2222

2323
s.frameworks = "Foundation"
24-
s.dependency "RxSwift", "~> 3.4.0"
25-
s.dependency "RxCocoa", "~> 3.4.0"
24+
s.dependency "RxSwift", "~> 3.4"
25+
s.dependency "RxCocoa", "~> 3.4"
2626

2727
s.watchos.exclude_files = "UIButton+Rx.swift", "UIBarButtonItem+Action.swift", "AlertAction.swift"
2828
s.osx.exclude_files = "UIButton+Rx.swift", "UIBarButtonItem+Action.swift", "AlertAction.swift"

Cartfile

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

Cartfile.resolved

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
github "Quick/Nimble" "v6.1.0"
22
github "Quick/Quick" "v1.1.0"
3-
github "ReactiveX/RxSwift" "3.4.0"
3+
github "ReactiveX/RxSwift" "3.4"

Changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ Changelog
44
Current master
55
--------------
66

7+
3.1.1
8+
-----
9+
10+
- Loosens dependency on RxSwift.
11+
712
3.1.0
813
-----
914

0 commit comments

Comments
 (0)