From 510e0be4d2ba6990cbbb4fd7e007ff2f43b66f5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eloy=20Dur=C3=A1n?= Date: Fri, 21 Sep 2012 10:33:17 +0200 Subject: [PATCH] Re-add the prefix header import of SystemConfiguration to the podspec. --- AFNetworking.podspec | 1 + 1 file changed, 1 insertion(+) diff --git a/AFNetworking.podspec b/AFNetworking.podspec index 064ef40..2c1f68c 100644 --- a/AFNetworking.podspec +++ b/AFNetworking.podspec @@ -10,4 +10,5 @@ Pod::Spec.new do |s| s.requires_arc = true s.framework = 'SystemConfiguration' + s.prefix_header_contents = "#import " end