Added explicit link to CoreGraphics on CocoaPods
This commit is contained in:
parent
9348ad305b
commit
76565bc46c
|
@ -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',
|
'GCC_PREPROCESSOR_DEFINITIONS' => '$(inherited) SD_WEBP=1 WEBP_USE_INTRINSICS=1',
|
||||||
'USER_HEADER_SEARCH_PATHS' => '$(inherited) $(SRCROOT)/libwebp/src'
|
'USER_HEADER_SEARCH_PATHS' => '$(inherited) $(SRCROOT)/libwebp/src'
|
||||||
}
|
}
|
||||||
|
s.framework = 'CoreGraphics'
|
||||||
s.dependency 'SDWebImage/Core', '~> 5.16'
|
s.dependency 'SDWebImage/Core', '~> 5.16'
|
||||||
s.dependency 'libwebp', '~> 1.0'
|
s.dependency 'libwebp', '~> 1.0'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue