Re-add the prefix header import of SystemConfiguration to the podspec.

This commit is contained in:
Eloy Durán 2012-09-21 10:33:17 +02:00
parent b43345b8c8
commit 510e0be4d2

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