We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b6ed4d commit 6622919Copy full SHA for 6622919
README.md
@@ -700,7 +700,7 @@ import PackageDescription
700
701
let package = Package(name: "YourPackage",
702
dependencies: [
703
- .Package(url: "https://github.com/malcommac/SwiftLocation.git", majorVersion: 0),
+ .Package(url: "https://github.com/malcommac/ScrollStackController.git", majorVersion: 0),
704
]
705
)
706
```
0 commit comments