update podspec to RxSwift to 2.1

This commit is contained in:
Carlos García 2016-01-16 19:30:30 +01:00
parent b00d35a5ef
commit 9ea0d14503
1 changed files with 1 additions and 1 deletions

View File

@ -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