update podspec to RxSwift to 2.1

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

View File

@ -24,5 +24,5 @@ Waiting for observable sequence to complete before exiting command line applicat
s.source_files = 'RxBlocking/**/*.swift'
s.dependency 'RxSwift', '~> 2.0'
s.dependency 'RxSwift', '~> 2.1'
end