Update Package.swift

This commit is contained in:
dnrops 2023-07-23 23:48:19 +08:00
parent e837c37d45
commit 46a452fcf9
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ let package = Package(
dependencies: [
// Dependencies declare other packages that this package depends on.
// .package(url: /* package url */, from: "1.0.0"),
.package(url: "https://github.com/SDWebImage/SDWebImage.git", from: "5.10.0")
.package(url: "https://www.gitlink.org.cn/dnrops/SDWebImage.git", from: "5.10.0")
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.