blob: c04a4156c0fb799cdeeed103a1ce62139a78a895 [file] [log] [blame]
{
"name": "Google-Maps-iOS-SDK",
"version": "1.7.1",
"summary": "Google Maps SDK for iOS.",
"description": "Use the Google Maps SDK for iOS to add interactive maps, and immersive Street View panoramas to your app.",
"homepage": "https://developers.google.com/maps/documentation/ios/",
"license": {
"type": "Copyright",
"text": " If you use the Google Maps SDK for iOS in your application, you must \n include the attribution text as part of a legal notices section in your \n application. Including legal notices as an independent menu item, or as \n part of an \"About\" menu item, is recommended.\n\n You can get the attribution text by making a call to \n [GMSServices openSourceLicenseInfo].\n"
},
"authors": "Google Inc.",
"source": {
"http": "https://dl.google.com/geosdk/GoogleMaps-iOS-1.7.1.zip",
"flatten": true
},
"platforms": {
"ios": "6.0"
},
"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
}