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