Merge pull request #533 from alloy/master
Re-add the prefix header import of SystemConfiguration to the podspec.
This commit is contained in:
commit
ed7a4331c0
1 changed files with 1 additions and 0 deletions
|
|
@ -10,4 +10,5 @@ Pod::Spec.new do |s|
|
||||||
s.requires_arc = true
|
s.requires_arc = true
|
||||||
|
|
||||||
s.framework = 'SystemConfiguration'
|
s.framework = 'SystemConfiguration'
|
||||||
|
s.prefix_header_contents = "#import <SystemConfiguration/SystemConfiguration.h>"
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue