Revert the `DEFINES_MODULE` of framework. Let the user to specify `modular_headers` instead, to solve some user's build issue. See #2601

This commit is contained in:
DreamPiggy 2019-01-28 19:59:03 +08:00
parent 0e8dc82891
commit c08489b16f
1 changed files with 0 additions and 1 deletions

View File

@ -23,7 +23,6 @@ Pod::Spec.new do |s|
s.requires_arc = true
s.framework = 'ImageIO'
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' }
s.default_subspec = 'Core'