Skip to content

Commit e1c5770

Browse files
committed
Change the dependency of libavif to >= 0.7.2 because of NCLX constants naming changes
1 parent 2f86c21 commit e1c5770

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cartfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
github "SDWebImage/SDWebImage" ~> 5.0
2-
github "SDWebImage/libavif-Xcode" ~> 0.6
2+
github "SDWebImage/libavif-Xcode" >= 0.7.2

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ let package = Package(
1818
// Dependencies declare other packages that this package depends on.
1919
// .package(url: /* package url */, from: "1.0.0"),
2020
.package(url: "https://github.com/SDWebImage/SDWebImage.git", from: "5.1.0"),
21-
.package(url: "https://github.com/SDWebImage/libavif-Xcode.git", from: "0.6.0")
21+
.package(url: "https://github.com/SDWebImage/libavif-Xcode.git", from: "0.7.2")
2222
],
2323
targets: [
2424
// Targets are the basic building blocks of a package. A target can define a module or a test suite.

SDWebImageAVIFCoder.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ Which is built based on the open-sourced libavif codec.
3838
s.private_header_files = 'SDWebImageAVIFCoder/Classes/Private/*.{h,m}'
3939

4040
s.dependency 'SDWebImage', '~> 5.0'
41-
s.dependency 'libavif', '~> 0.6'
41+
s.dependency 'libavif', '>= 0.7.2'
4242
end

0 commit comments

Comments
 (0)