From 2528a0e673be52fa8c6b7bc468c140f585710ea3 Mon Sep 17 00:00:00 2001 From: Mattt Thompson Date: Tue, 18 Jun 2013 20:18:53 -0700 Subject: [PATCH] Adding CoreGraphics framework to podspec --- AFNetworking.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AFNetworking.podspec b/AFNetworking.podspec index 9866f28..1368a55 100644 --- a/AFNetworking.podspec +++ b/AFNetworking.podspec @@ -10,7 +10,7 @@ Pod::Spec.new do |s| s.requires_arc = true s.ios.deployment_target = '5.0' - s.ios.frameworks = 'MobileCoreServices', 'SystemConfiguration', 'Security' + s.ios.frameworks = 'MobileCoreServices', 'SystemConfiguration', 'Security', 'CoreGraphics' s.osx.deployment_target = '10.7' s.osx.frameworks = 'CoreServices', 'SystemConfiguration', 'Security'