Updates requirements section in README.md

This commit is contained in:
Krunoslav Zaher 2016-08-21 18:45:44 +02:00
parent 72122e3e43
commit ef71ba9f20
1 changed files with 11 additions and 4 deletions

View File

@ -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<Element>` 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
</table>
## 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.