Skip to content

Commit

Permalink
Merge pull request #6 from SDWebImage/upgrade_avif_v4
Browse files Browse the repository at this point in the history
Upgrade libavif to 0.4.0 support
  • Loading branch information
dreampiggy authored Oct 8, 2019
2 parents fa1b17f + 9577cdf commit ab7837b
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
github "SDWebImage/SDWebImage" ~> 5.0
github "SDWebImage/libavif-Xcode" ~> 0.3.11
github "SDWebImage/libavif-Xcode" ~> 0.4
2 changes: 1 addition & 1 deletion Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
github "SDWebImage/SDWebImage" "5.2.2"
github "SDWebImage/libaom-Xcode" "1.0.1"
github "SDWebImage/libavif-Xcode" "0.3.11"
github "SDWebImage/libavif-Xcode" "0.4.0"
16 changes: 8 additions & 8 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
PODS:
- libaom (1.0.1)
- libavif (0.3.11):
- libavif/libaom (= 0.3.11)
- libavif/libaom (0.3.11):
- libavif (0.4.0):
- libavif/libaom (= 0.4.0)
- libavif/libaom (0.4.0):
- libaom (>= 1.0.1)
- libavif/libdav1d (0.3.11):
- libavif/libdav1d (0.4.0):
- libavif/libaom
- libdav1d (>= 0.4.0)
- libdav1d (0.4.0)
- SDWebImage (5.2.2):
- SDWebImage/Core (= 5.2.2)
- SDWebImage/Core (5.2.2)
- SDWebImageAVIFCoder (0.4.0):
- libavif (~> 0.3.0)
- SDWebImageAVIFCoder (0.4.1):
- libavif (~> 0.4)
- SDWebImage (~> 5.0)

DEPENDENCIES:
Expand All @@ -33,10 +33,10 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
libaom: 1e48c68559b8d6191c1a9f266e0bee83b2dd21fd
libavif: 4d85bde998223e29aef651c10c41eff945cc679c
libavif: 7f8a939f1773291bbafbd2a0fa08d7cacd014553
libdav1d: 097f791c93d050b1cb6c0788fbe6c9024ceb3d7e
SDWebImage: 5fcdb02cc35e05fc35791ec514b191d27189f872
SDWebImageAVIFCoder: 022341960adbdc1394dae46d6e48331568234166
SDWebImageAVIFCoder: 8c71bf3d9405f556aea95432c0781786e61befe0

PODFILE CHECKSUM: 1daaa635bd369cbbf21bf2dd090f9adae3a762dc

Expand Down
2 changes: 1 addition & 1 deletion SDWebImageAVIFCoder.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ Which is built based on the open-sourced libavif codec.
s.source_files = 'SDWebImageAVIFCoder/Classes/**/*', 'SDWebImageAVIFCoder/Module/SDWebImageAVIFCoder.h'

s.dependency 'SDWebImage', '~> 5.0'
s.dependency 'libavif', '~> 0.3.11'
s.dependency 'libavif', '~> 0.4'
end

0 comments on commit ab7837b

Please sign in to comment.