Update libwebp constraint to lower 2.0
This commit is contained in:
parent
f023c9bb6c
commit
3f173c48fc
|
@ -59,6 +59,6 @@ Pod::Spec.new do |s|
|
|||
'USER_HEADER_SEARCH_PATHS' => '$(inherited) $(SRCROOT)/libwebp/src'
|
||||
}
|
||||
webp.dependency 'SDWebImage/Core'
|
||||
webp.dependency 'libwebp', '>= 0.5'
|
||||
webp.dependency 'libwebp', '>= 0.5', '< 2.0'
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue