Merge pull request #2169 from dreampiggy/fix_spec_libwebp_version

Update the spec file to define the dependency version for libwebp
This commit is contained in:
DreamPiggy 2018-01-12 15:11:07 +08:00 committed by GitHub
commit 261a1dc2d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -62,6 +62,6 @@ Pod::Spec.new do |s|
'USER_HEADER_SEARCH_PATHS' => '$(inherited) $(SRCROOT)/libwebp/src'
}
webp.dependency 'SDWebImage/Core'
webp.dependency 'libwebp'
webp.dependency 'libwebp', '~> 0.5'
end
end