We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2b8c08b + 059d28e commit 3993846Copy full SHA for 3993846
Action.podspec
@@ -21,8 +21,8 @@ Pod::Spec.new do |s|
21
s.source_files = "*.{swift}"
22
23
s.frameworks = "Foundation"
24
- s.dependency "RxSwift", '~> 2.1.0'
25
- s.dependency "RxCocoa", '~> 2.1.0'
+ s.dependency "RxSwift", '~> 2.0'
+ s.dependency "RxCocoa", '~> 2.0'
26
27
s.watchos.exclude_files = "UIButton+Rx.swift", "UIBarButtonItem+Action.swift", "AlertAction.swift"
28
s.osx.exclude_files = "UIButton+Rx.swift", "UIBarButtonItem+Action.swift", "AlertAction.swift"
0 commit comments