Skip to content

Commit 0038ddf

Browse files
author
Masaki Haga
authored
Update README.md
1 parent fcf596c commit 0038ddf

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ github "mercari/ShimmerView"
1616
pod 'ShimmerView'
1717
```
1818

19+
### SwiftPM
20+
In your `Package.swift`, add the following line to the `dependencies`:
21+
```swift
22+
.package(url: "https://github.com/mercari/ShimmerView.git", from: #version#)
23+
```
24+
1925
## Feature
2026
### Synchronized Effect
2127
The shimmering effect would be effectively displayed when all the subviews’s effect in the screen is synced and animated together.

0 commit comments

Comments
 (0)