Skip to content

Commit c8ed433

Browse files
committed
Update the Carthage libavif limit as well
1 parent 423e5d6 commit c8ed433

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.2.0
2+
github "SDWebImage/libavif-Xcode" ~> 0.3.0

Cartfile.resolved

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
github "SDWebImage/SDWebImage" "5.1.0"
1+
github "SDWebImage/SDWebImage" "5.2.2"
22
github "SDWebImage/libaom-Xcode" "1.0.1"
3-
github "SDWebImage/libavif-Xcode" "0.2.0"
3+
github "SDWebImage/libavif-Xcode" "0.3.0"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ it, simply add the following line to your Podfile:
4747
pod 'SDWebImageAVIFCoder'
4848
```
4949

50-
Note: From version 0.4.0, if you want to use dav1d instead aom for libavif which we dependency on, control the subspec of libavif as well:
50+
Note: From version 0.4.0, if you want to use dav1d instead aom for libavif which we dependent on, control the subspec of libavif instead:
5151

5252
```ruby
5353
pod 'SDWebImageAVIFCoder'

0 commit comments

Comments
 (0)