We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90c29b4 commit a655726Copy full SHA for a655726
README.md
@@ -159,14 +159,14 @@ For Swift 2.3 version please use versions `0.1 ... 0.9`
159
160
Podfile
161
```
162
-pod 'RxDataSources', '~> 4.0'
+pod 'RxDataSources', '~> 5.0'
163
164
165
### Carthage
166
167
Cartfile
168
169
-github "RxSwiftCommunity/RxDataSources" ~> 4.0
+github "RxSwiftCommunity/RxDataSources" ~> 5.0
170
171
172
### Swift Package Manager
@@ -179,7 +179,7 @@ import PackageDescription
179
let package = Package(
180
name: "SampleProject",
181
dependencies: [
182
- .package(url: "https://github.com/RxSwiftCommunity/RxDataSources.git", from: "4.0.0")
+ .package(url: "https://github.com/RxSwiftCommunity/RxDataSources.git", from: "5.0.0")
183
]
184
)
185
0 commit comments