Showing
1 changed file
with
1 additions
and
1 deletions
@@ -32,5 +32,5 @@ Pod::Spec.new do |s| | @@ -32,5 +32,5 @@ Pod::Spec.new do |s| | ||
32 | end | 32 | end |
33 | 33 | ||
34 | s.ios.vendored_frameworks = 'Vendors/WebP.framework' | 34 | s.ios.vendored_frameworks = 'Vendors/WebP.framework' |
35 | - s.pod_target_xcconfig = { 'GCC_PREPROCESSOR_DEFINITIONS' => 'SD_WEBP=1' } | 35 | + s.pod_target_xcconfig = { 'GCC_PREPROCESSOR_DEFINITIONS' => '$(inherited) SD_WEBP=1' } |
36 | end | 36 | end |
-
Please register or login to post a comment