diff --git a/RxCocoa.podspec b/RxCocoa.podspec index 401ff46f..dfb07ebe 100644 --- a/RxCocoa.podspec +++ b/RxCocoa.podspec @@ -25,5 +25,5 @@ Pod::Spec.new do |s| s.watchos.source_files = 'RxCocoa/iOS/**/*.swift' s.tvos.source_files = 'RxCocoa/iOS/**/*.swift' - s.dependency 'RxSwift', '~> 2.0' + s.dependency 'RxSwift', '~> 2.1' end