From fcbf4e0bb532cf07d8465c784f02473a77db5d22 Mon Sep 17 00:00:00 2001 From: Krunoslav Zaher Date: Sun, 11 Sep 2016 20:19:03 +0200 Subject: [PATCH] Updates README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f739e9e2..2a408c5e 100644 --- a/README.md +++ b/README.md @@ -126,7 +126,7 @@ To implement animations with RxDataSources, the same steps are required as with ## Requirements -Xcode 8.0 beta 6 (8S201h) +Xcode 8.0 GM (8A218a) For Swift 2.3 version please use versions `0.1 ... 0.9` @@ -138,12 +138,12 @@ For Swift 2.3 version please use versions `0.1 ... 0.9` Podfile ``` -pod 'RxDataSources', '~> 1.0.0.beta.1' +pod 'RxDataSources', '~> 1.0.0-beta.2' ``` ### Carthage Cartfile ``` -github "RxSwiftCommunity/RxDataSources" +github "RxSwiftCommunity/RxDataSources" "1.0.0-beta.2" ```