File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
SDWebImageAVIFCoder/Module Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -113,6 +113,7 @@ SDWebImageAVIFCoder is available under the MIT license. See the LICENSE file for
113
113
114
114
+ [ libavif] ( https://github.com/AOMediaCodec/libavif )
115
115
+ [ aom] ( https://aomedia.googlesource.com/aom/ )
116
+ + [ dav1d] ( https://github.com/videolan/dav1d )
116
117
+ [ AVIFQuickLook] ( https://github.com/dreampiggy/AVIFQuickLook )
117
118
+ [ avif.js] ( https://github.com/Kagami/avif.js )
118
119
Original file line number Diff line number Diff line change 8
8
9
9
Pod ::Spec . new do |s |
10
10
s . name = 'SDWebImageAVIFCoder'
11
- s . version = '0.3 .0'
11
+ s . version = '0.4 .0'
12
12
s . summary = 'A SDWebImage coder plugin to support AVIF(AV1 Image File Format) image'
13
13
14
14
# This description is used to generate tags and improve search results.
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >FMWK </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >0.3 .0 </string >
18
+ <string >0.4 .0 </string >
19
19
<key >CFBundleVersion </key >
20
- <string >0.3 .0 </string >
20
+ <string >0.4 .0 </string >
21
21
</dict >
22
22
</plist >
You can’t perform that action at this time.
0 commit comments