Skip to content

Commit f0f9d7a

Browse files
author
Brent Mifsud
authored
Add SPM Installation to Readme
1 parent 51d096c commit f0f9d7a

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,20 @@ For [Carthage](https://github.com/Carthage/Carthage), add the following to your
3939
github "RxSwiftCommunity/RxIGListKit" "master"
4040
```
4141

42+
For [Swift Package Manager](https://swift.org/package-manager/), add the following to your `Package.swift`
43+
44+
```swift
45+
dependencies: [
46+
.package(url: "https://github.com/RxSwiftCommunity/RxIGListKit.git", branch: "master")
47+
],
48+
targets: [
49+
.target(
50+
name: "MyPackage",
51+
dependencies: ["RxIGListKit"]
52+
)
53+
]
54+
```
55+
4256
## Author
4357

4458

0 commit comments

Comments
 (0)