We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 109609d commit 502dcfdCopy full SHA for 502dcfd
1 file changed
Example/Podfile
@@ -3,7 +3,7 @@
3
target 'SDWebImageAVIFCoder_Example' do
4
platform :ios, '8.0'
5
pod 'SDWebImageAVIFCoder', :path => '../'
6
- pod 'libavif', :subspecs => ['librav1e', 'libdav1d']
+ pod 'libavif', :subspecs => ['libaom', 'libdav1d']
7
8
target 'SDWebImageAVIFCoder_Tests' do
9
inherit! :search_paths
@@ -15,11 +15,11 @@ end
15
target 'SDWebImageAVIFCoder_Example macOS' do
16
platform :osx, '10.10'
17
18
19
end
20
21
target 'SDWebImageAVIFCoder_Example CLI' do
22
23
24
25
0 commit comments