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 3e2d252 commit a4a5c57Copy full SHA for a4a5c57
Package.swift
@@ -18,7 +18,7 @@ let package = Package(
18
// Dependencies declare other packages that this package depends on.
19
// .package(url: /* package url */, from: "1.0.0"),
20
.package(url: "https://github.com/SDWebImage/SDWebImage.git", from: "5.1.0"),
21
- .package(url: "https://github.com/SDWebImage/libwebp-Xcode.git", from: Version(1, 1, 0, prereleaseIdentifiers: ["-rc.2"]))
+ .package(url: "https://github.com/SDWebImage/libwebp-Xcode.git", from: "1.1.0")
22
],
23
targets: [
24
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
0 commit comments