Skip to content

Commit 4ecd106

Browse files
authoredApr 24, 2020
Merge pull request #362 from RxSwiftCommunity/mtfum-patch-1
2 parents 0db24a7 + cd5b6bd commit 4ecd106

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
 

‎README.md

+17
Original file line numberDiff line numberDiff line change
@@ -168,3 +168,20 @@ Cartfile
168168
```
169169
github "RxSwiftCommunity/RxDataSources" ~> 4.0
170170
```
171+
172+
### Swift Package Manager
173+
174+
Create a `Package.swift` file.
175+
176+
```swift
177+
import PackageDescription
178+
179+
let package = Package(
180+
name: "SampleProject",
181+
dependencies: [
182+
.Package(url: "https://github.com/RxSwiftCommunity/RxDataSources.git" from: "4.0.0")
183+
]
184+
)
185+
```
186+
187+
If you are using Xcode 11 or higher, go to **File / Swift Packages / Add Package Dependency...** and enter package repository URL **https://github.com/RxSwiftCommunity/RxDataSources.git**, then follow the instructions.

0 commit comments

Comments
 (0)