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'