blob: 6df915213d0ee7ca4e2d593b7ff61d81533c9058 [file] [log] [blame]
{
"name": "Google-Maps-iOS-SDK",
"version": "1.3.1",
"summary": "Google Maps SDK for iOS.",
"description": "With the Google Maps SDK for iOS, you can add maps based on Google maps data to your application.",
"homepage": "https://developers.google.com/maps/documentation/ios/",
"license": {
"type": "Copyright",
"text": "Copyright 2013 Google Inc."
},
"authors": "Google Inc.",
"source": {
"http": "https://dl.google.com/geosdk/GoogleMaps-iOS-1.3.1.zip",
"flatten": true
},
"platforms": {
"ios": "5.1"
},
"source_files": "GoogleMaps.framework/Versions/A/Headers/*.h",
"resources": "GoogleMaps.framework/Versions/A/Resources/GoogleMaps.bundle",
"preserve_paths": "GoogleMaps.framework",
"header_dir": "GoogleMaps",
"frameworks": [
"GoogleMaps",
"AVFoundation",
"CoreData",
"CoreLocation",
"CoreText",
"GLKit",
"ImageIO",
"OpenGLES",
"QuartzCore",
"SystemConfiguration",
"CoreGraphics"
],
"libraries": [
"icucore",
"c++",
"z"
],
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/Google-Maps-iOS-SDK\""
},
"requires_arc": false
}