Skip to content

Commit 97187c7

Browse files
committed
Updates installation instructions.
1 parent 691f65b commit 97187c7

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,11 @@ To implement animations with RxDataSources, the same steps are required as with
128128

129129
## Requirements
130130

131-
Xcode 8.0 GM (8A218a)
131+
Xcode 9.0
132132

133+
Swift 4.0
134+
135+
For Swift 3.x version please use versions `1.0 ... 2.0.2`
133136
For Swift 2.3 version please use versions `0.1 ... 0.9`
134137

135138
## Installation
@@ -140,12 +143,12 @@ For Swift 2.3 version please use versions `0.1 ... 0.9`
140143

141144
Podfile
142145
```
143-
pod 'RxDataSources', '~> 1.0'
146+
pod 'RxDataSources', '~> 3.0'
144147
```
145148

146149
### Carthage
147150

148151
Cartfile
149152
```
150-
github "RxSwiftCommunity/RxDataSources" ~> 1.0
153+
github "RxSwiftCommunity/RxDataSources" ~> 3.0
151154
```

0 commit comments

Comments
 (0)