File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
target 'SDWebImageAVIFCoder_Example' do
4
4
platform :ios , '8.0'
5
5
pod 'SDWebImageAVIFCoder' , :path => '../'
6
- pod 'libavif' , :subspecs => [ 'librav1e ' , 'libdav1d' ]
6
+ pod 'libavif' , :subspecs => [ 'libaom ' , 'libdav1d' ]
7
7
8
8
target 'SDWebImageAVIFCoder_Tests' do
9
9
inherit! :search_paths
15
15
target 'SDWebImageAVIFCoder_Example macOS' do
16
16
platform :osx , '10.10'
17
17
pod 'SDWebImageAVIFCoder' , :path => '../'
18
- pod 'libavif' , :subspecs => [ 'librav1e ' , 'libdav1d' ]
18
+ pod 'libavif' , :subspecs => [ 'libaom ' , 'libdav1d' ]
19
19
end
20
20
21
21
target 'SDWebImageAVIFCoder_Example CLI' do
22
22
platform :osx , '10.10'
23
23
pod 'SDWebImageAVIFCoder' , :path => '../'
24
- pod 'libavif' , :subspecs => [ 'librav1e ' , 'libdav1d' ]
24
+ pod 'libavif' , :subspecs => [ 'libaom ' , 'libdav1d' ]
25
25
end
You can’t perform that action at this time.
0 commit comments