Adding CoreGraphics framework to podspec
This commit is contained in:
parent
1f994dfcd2
commit
2528a0e673
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ Pod::Spec.new do |s|
|
||||||
s.requires_arc = true
|
s.requires_arc = true
|
||||||
|
|
||||||
s.ios.deployment_target = '5.0'
|
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.deployment_target = '10.7'
|
||||||
s.osx.frameworks = 'CoreServices', 'SystemConfiguration', 'Security'
|
s.osx.frameworks = 'CoreServices', 'SystemConfiguration', 'Security'
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue