We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11e7ea4 commit b23ac6bCopy full SHA for b23ac6b
SDWebImageWebPCoder.podspec
@@ -22,11 +22,11 @@ This is a SDWebImage coder plugin to support WebP image.
22
s.private_header_files = 'SDWebImageWebPCoder/Private/*.h'
23
s.xcconfig = {
24
'GCC_PREPROCESSOR_DEFINITIONS' => '$(inherited) SD_WEBP=1',
25
- 'USER_HEADER_SEARCH_PATHS' => '$(inherited) $(SRCROOT)/libwebp/src'
+ 'USER_HEADER_SEARCH_PATHS' => '$(inherited) $(PODS_ROOT)/libwebp/src'
26
}
27
s.watchos.xcconfig = {
28
'GCC_PREPROCESSOR_DEFINITIONS' => '$(inherited) SD_WEBP=1 WEBP_USE_INTRINSICS=1',
29
30
31
s.framework = 'CoreGraphics'
32
s.dependency 'SDWebImage/Core', '~> 5.17'
0 commit comments