Merge pull request #533 from alloy/master

Re-add the prefix header import of SystemConfiguration to the podspec.
This commit is contained in:
Mattt Thompson 2012-09-21 11:24:41 -07:00
commit ed7a4331c0

View file

@ -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