From 9ea0d14503d084fc0ee2dd77e97bebb284669da7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Garc=C3=ADa?= Date: Sat, 16 Jan 2016 19:30:30 +0100 Subject: [PATCH] update podspec to RxSwift to 2.1 --- RxCocoa.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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