We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9348ad3 commit 76565bcCopy full SHA for 76565bc
SDWebImageWebPCoder.podspec
@@ -27,6 +27,7 @@ This is a SDWebImage coder plugin to support WebP image.
27
'GCC_PREPROCESSOR_DEFINITIONS' => '$(inherited) SD_WEBP=1 WEBP_USE_INTRINSICS=1',
28
'USER_HEADER_SEARCH_PATHS' => '$(inherited) $(SRCROOT)/libwebp/src'
29
}
30
+ s.framework = 'CoreGraphics'
31
s.dependency 'SDWebImage/Core', '~> 5.16'
32
s.dependency 'libwebp', '~> 1.0'
33
0 commit comments