From ef71ba9f20ec5c338d17dd84e1ef5295be0dc113 Mon Sep 17 00:00:00 2001 From: Krunoslav Zaher Date: Sun, 21 Aug 2016 18:45:44 +0200 Subject: [PATCH] Updates requirements section in README.md --- README.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1e5cf621..6329d169 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,6 @@ [![Travis CI](https://travis-ci.org/ReactiveX/RxSwift.svg?branch=master)](https://travis-ci.org/ReactiveX/RxSwift) ![platforms](https://img.shields.io/badge/platforms-iOS%20%7C%20OSX%20%7C%20tvOS%20%7C%20watchOS%20%7C%20Linux%28experimental%29-333333.svg) ![pod](https://img.shields.io/cocoapods/v/RxSwift.svg) [![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage) -**Xcode 8.0 beta 6 (8S201h) required** - -**Swift 3.0** - ## About Rx Rx is a [generic abstraction of computation](https://youtu.be/looJcaeboBY) expressed through `Observable` interface. @@ -35,6 +31,7 @@ KVO observing, async operations and streams are all unified under [abstraction o * [what are hot and cold observable sequences?](Documentation/HotAndColdObservables.md) * [what does the the public API look like?](Documentation/API.md) + ###### ... install * Integrate RxSwift/RxCocoa with my app. [Installation Guide](Documentation/Installation.md) @@ -108,6 +105,16 @@ searchResults +## Requirements + +* Xcode 8.0 beta 6 (8S201h) +* Swift 3.0 + +* iOS 8.0+ +* Mac OS X 10.10+ +* tvOS 9.0+ +* watchOS 2.0+ + ## Installation Rx doesn't contain any external dependencies.