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 3a6f2b8 commit 6479c42Copy full SHA for 6479c42
Package.swift
@@ -13,7 +13,7 @@ let package = Package(
13
targets: ["XcodesLoginKit"]),
14
],
15
dependencies: [
16
- .package(url: "https://github.com/xcodesOrg/swift-srp", branch: "main"),
+ .package(url: "https://github.com/XcodesOrg/swift-srp", branch: "main"),
17
.package(url: "https://github.com/XcodesOrg/AsyncHTTPNetworkService", branch: "main"),
18
.package(url: "https://github.com/kinoroy/LibFido2Swift", exact: "0.1.4")
19
0 commit comments