From 7cd20077dc4d367b53e599464ccc02c4bc867187 Mon Sep 17 00:00:00 2001 From: Mattt Thompson Date: Mon, 17 Sep 2012 12:01:24 -0700 Subject: [PATCH] Updating 1.0RC2 podspec to add requires_arc flag --- AFNetworking.podspec | 1 + 1 file changed, 1 insertion(+) diff --git a/AFNetworking.podspec b/AFNetworking.podspec index b1055c3..dee1f1a 100644 --- a/AFNetworking.podspec +++ b/AFNetworking.podspec @@ -9,4 +9,5 @@ Pod::Spec.new do |s| s.source_files = 'AFNetworking' s.framework = 'SystemConfiguration' s.prefix_header_contents = "#import " + s.requires_arc = true end