Update the podspec for xcconfig

This commit is contained in:
DreamPiggy 2019-08-12 20:51:01 +08:00
parent e7edf7bc9d
commit 1b7b377c60
1 changed files with 4 additions and 0 deletions

View File

@ -30,6 +30,10 @@ Pod::Spec.new do |s|
core.source_files = 'SDWebImage/Core/*.{h,m}', 'WebImage/SDWebImage.h', 'SDWebImage/Private/*.{h,m}'
core.exclude_files = 'SDWebImage/MapKit/*.{h,m}'
core.private_header_files = 'SDWebImage/Private/*.h'
core.pod_target_xcconfig = {
'SUPPORTS_MACCATALYST' => 'YES',
'DERIVE_MACCATALYST_PRODUCT_BUNDLE_IDENTIFIER' => 'NO'
}
end
s.subspec 'MapKit' do |mk|