Update libwebp constraint to lower 2.0

This commit is contained in:
zhongwuzw 2019-02-26 21:57:41 +08:00
parent f023c9bb6c
commit 3f173c48fc
1 changed files with 1 additions and 1 deletions

View File

@ -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