Authored by 朱小军

debug SD_WEBP

... ... @@ -32,5 +32,5 @@ Pod::Spec.new do |s|
end
s.ios.vendored_frameworks = 'Vendors/WebP.framework'
s.pod_target_xcconfig = { 'GCC_PREPROCESSOR_DEFINITIONS' => 'SD_WEBP=1' }
s.pod_target_xcconfig = { 'GCC_PREPROCESSOR_DEFINITIONS' => '$(inherited) SD_WEBP=1' }
end
... ...