Updates requirements section in README.md
This commit is contained in:
parent
72122e3e43
commit
ef71ba9f20
15
README.md
15
README.md
|
|
@ -3,10 +3,6 @@
|
|||
|
||||
[](https://travis-ci.org/ReactiveX/RxSwift)   [](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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue