From a2f73e693eae7f913fd28cea0add4e0efbb0149e Mon Sep 17 00:00:00 2001 From: Jonathan Spooner Date: Sun, 7 Apr 2013 08:57:12 -0700 Subject: [PATCH] Removing Google Maps 1.1.2 due to error --- .../1.1.2/Google-Maps-iOS-SDK.podspec | 29 ------------------- 1 file changed, 29 deletions(-) delete mode 100644 Google-Maps-iOS-SDK/1.1.2/Google-Maps-iOS-SDK.podspec diff --git a/Google-Maps-iOS-SDK/1.1.2/Google-Maps-iOS-SDK.podspec b/Google-Maps-iOS-SDK/1.1.2/Google-Maps-iOS-SDK.podspec deleted file mode 100644 index ed00e5ad..00000000 --- a/Google-Maps-iOS-SDK/1.1.2/Google-Maps-iOS-SDK.podspec +++ /dev/null @@ -1,29 +0,0 @@ -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/Versions/A' - - 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', 'stdc++', 'z' - - s.xcconfig = { 'FRAMEWORK_SEARCH_PATHS' => '"$(PODS_ROOT)/Google-Maps-iOS-SDK"' } -end