Skip to content

Commit 533f9c3

Browse files
authored
Merge pull request #113 from bobgodwinx/master
RxSwift 4.0.0 target
2 parents ee52caf + af3b9ad commit 533f9c3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Action.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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-rc.0"
24-
s.dependency "RxCocoa", "~> 4.0.0-rc.0"
23+
s.dependency "RxSwift", "~> 4.0.0"
24+
s.dependency "RxCocoa", "~> 4.0.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-rc.0"
1+
github "ReactiveX/RxSwift" "4.0.0"

0 commit comments

Comments
 (0)