Update the libwebp dependency to support using 1.0 version and above, which can fix some rare WebP issues

This commit is contained in:
DreamPiggy 2019-02-26 11:22:43 +08:00
parent bede907ab7
commit 7050a79c33
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'
end
end