Skip to content

Commit

Permalink
[fix]Google-Maps-iOS-SDK need CoreGraphics framework
Browse files Browse the repository at this point in the history
  • Loading branch information
Whirlwind committed May 29, 2013
1 parent b298909 commit 4286044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Google-Maps-iOS-SDK/1.3.0/Google-Maps-iOS-SDK.podspec
Expand Up @@ -22,7 +22,7 @@ Pod::Spec.new do |s|
s.preserve_paths = framework_path
s.header_dir = 'GoogleMaps'

s.frameworks = 'GoogleMaps', 'AVFoundation', 'CoreData', 'CoreLocation', 'CoreText', 'GLKit', 'ImageIO', 'OpenGLES', 'QuartzCore', 'SystemConfiguration'
s.frameworks = 'GoogleMaps', 'AVFoundation', 'CoreData', 'CoreLocation', 'CoreText', 'GLKit', 'ImageIO', 'OpenGLES', 'QuartzCore', 'SystemConfiguration', 'CoreGraphics'
s.libraries = 'icucore', 'c++', 'z'

s.xcconfig = { 'FRAMEWORK_SEARCH_PATHS' => '"$(PODS_ROOT)/Google-Maps-iOS-SDK"' }
Expand Down

0 comments on commit 4286044

Please sign in to comment.