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:
parent
0e8dc82891
commit
c08489b16f
|
@ -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'
|
||||
|
||||
|
|
Loading…
Reference in New Issue