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 1/3] 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 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 2/3] 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 From 76eb62083d31c2c1b4cfef1c64b5cd02f9eb5aed Mon Sep 17 00:00:00 2001 From: Krunoslav Zaher Date: Mon, 11 Jan 2016 10:50:36 +0100 Subject: [PATCH 3/3] Fixes a typo in `RxTableViewDataSourceProxy`. --- RxCocoa/iOS/Proxies/RxTableViewDataSourceProxy.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RxCocoa/iOS/Proxies/RxTableViewDataSourceProxy.swift b/RxCocoa/iOS/Proxies/RxTableViewDataSourceProxy.swift index 28b2d448..6786e6dc 100644 --- a/RxCocoa/iOS/Proxies/RxTableViewDataSourceProxy.swift +++ b/RxCocoa/iOS/Proxies/RxTableViewDataSourceProxy.swift @@ -48,7 +48,7 @@ public class RxTableViewDataSourceProxy private weak var _requiredMethodsDataSource: UITableViewDataSource? = tableViewDataSourceNotSet /** - Initializes `RxTableViewDelegateProxy` + Initializes `RxTableViewDataSourceProxy` - parameter parentObject: Parent object for delegate proxy. */