From 5194af426ccdb2f3f877d99ad5182bd51f8a743e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Garc=C3=ADa?= Date: Sat, 16 Jan 2016 19:44:13 +0100 Subject: [PATCH] update podspec to RxSwift to 2.1 --- RxBlocking.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RxBlocking.podspec b/RxBlocking.podspec index f540715f..84ada4cc 100644 --- a/RxBlocking.podspec +++ b/RxBlocking.podspec @@ -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