We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcf596c commit 0038ddfCopy full SHA for 0038ddf
README.md
@@ -16,6 +16,12 @@ github "mercari/ShimmerView"
16
pod 'ShimmerView'
17
```
18
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
+
25
## Feature
26
### Synchronized Effect
27
The shimmering effect would be effectively displayed when all the subviews’s effect in the screen is synced and animated together.
0 commit comments