Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kimdaehee0824 committed Jun 18, 2022
1 parent 54d4a6b commit 9dd7658
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,21 @@ Users can simply add to their Cartfile:
github "ink-spot/UPCarouselFlowLayout"
```

**Package.swift**

```swift
let package = Package(
name: "MyPackage",
dependencies: [
.package(url: "https://github.com/DSM-FLOW/UPCarouselFlowLayout.git", .upToNextMajor(from: "1.1.3"))
],
targets: [
.target(name: "MyTarget", dependencies: ["UPCarouselFlowLayout"])
]
)
```


### Manual

Simply copy the folder `UPCarouselFlowLayout` to your project and import it in XCode.
Expand Down

0 comments on commit 9dd7658

Please sign in to comment.