Adding CoreGraphics framework to podspec

This commit is contained in:
Mattt Thompson 2013-06-18 20:18:53 -07:00
parent 1f994dfcd2
commit 2528a0e673

View file

@ -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'