Skip to content

Commit

Permalink
Added explicit link to CoreGraphics on CocoaPods
Browse files Browse the repository at this point in the history
  • Loading branch information
dreampiggy committed Jun 14, 2023
1 parent 9348ad3 commit 76565bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SDWebImageWebPCoder.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down

0 comments on commit 76565bc

Please sign in to comment.