Skip to content

Commit

Permalink
Updated Google-Maps-iOS-SDK to version 1.1.2. http://goo.gl/dhXlX
Browse files Browse the repository at this point in the history
  • Loading branch information
jspooner committed Mar 31, 2013
1 parent e205e48 commit 1ec0af9
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions Google-Maps-iOS-SDK/1.1.2/Google-Maps-iOS-SDK.podspec
@@ -0,0 +1,29 @@
Pod::Spec.new do |s|
s.name = 'Google-Maps-iOS-SDK'
s.version = '1.1.2'
s.summary = 'Google Maps SDK for iOS.'
s.description = 'With the Google Maps SDK for iOS, you can add maps based on Google maps data to your application.'
s.homepage = 'https://developers.google.com/maps/documentation/ios/'
s.license = {
:type => 'Copyright',
:text => 'Copyright 2012 Google Inc.'
}
s.author = 'Google Inc.'

s.source = { :http => 'https://dl.google.com/geosdk/GoogleMaps-iOS-1.1.2.zip', :flatten => true }
s.platform = :ios
s.ios.deployment_target = '5.1'

framework_path = 'GoogleMaps.framework'

s.source_files = "#{framework_path}/Headers/*.h"
s.resource = "#{framework_path}/Resources/GoogleMaps.bundle"

s.preserve_paths = framework_path
s.header_dir = 'GoogleMaps'

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

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

0 comments on commit 1ec0af9

Please sign in to comment.