Skip to content

Commit 76565bc

Browse files
committed
Added explicit link to CoreGraphics on CocoaPods
1 parent 9348ad3 commit 76565bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

SDWebImageWebPCoder.podspec

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ This is a SDWebImage coder plugin to support WebP image.
2727
'GCC_PREPROCESSOR_DEFINITIONS' => '$(inherited) SD_WEBP=1 WEBP_USE_INTRINSICS=1',
2828
'USER_HEADER_SEARCH_PATHS' => '$(inherited) $(SRCROOT)/libwebp/src'
2929
}
30+
s.framework = 'CoreGraphics'
3031
s.dependency 'SDWebImage/Core', '~> 5.16'
3132
s.dependency 'libwebp', '~> 1.0'
3233

0 commit comments

Comments
 (0)