Added explicit link to CoreGraphics on CocoaPods

This commit is contained in:
DreamPiggy 2023-06-14 21:23:22 +08:00
parent 9348ad305b
commit 76565bc46c
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ This is a SDWebImage coder plugin to support WebP image.
'GCC_PREPROCESSOR_DEFINITIONS' => '$(inherited) SD_WEBP=1 WEBP_USE_INTRINSICS=1',
'USER_HEADER_SEARCH_PATHS' => '$(inherited) $(SRCROOT)/libwebp/src'
}
s.framework = 'CoreGraphics'
s.dependency 'SDWebImage/Core', '~> 5.16'
s.dependency 'libwebp', '~> 1.0'