Skip to content

Commit 3993846

Browse files
committed
Merge pull request #23 from carlosypunto/master
correct long term version of RxSwift/RxCocoa
2 parents 2b8c08b + 059d28e commit 3993846

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Action.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ Pod::Spec.new do |s|
2121
s.source_files = "*.{swift}"
2222

2323
s.frameworks = "Foundation"
24-
s.dependency "RxSwift", '~> 2.1.0'
25-
s.dependency "RxCocoa", '~> 2.1.0'
24+
s.dependency "RxSwift", '~> 2.0'
25+
s.dependency "RxCocoa", '~> 2.0'
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"

0 commit comments

Comments
 (0)