blob: 95277ed6c1ff55deb042ec0bfaedb58a3a907093 [file] [log] [blame]
{
"name": "GoogleMaps",
"version": "2.0.0",
"summary": "Google Maps SDK for iOS.",
"description": "Use the Google Maps SDK for iOS to enrich your app with interactive maps and immersive Street View panoramas.",
"homepage": "https://developers.google.com/maps/ios/",
"license": {
"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",
"type": "Copyright"
},
"authors": "Google Inc.",
"platforms": {
"ios": "7.0"
},
"source_files": [
],
"preserve_paths": [
"CHANGELOG",
"Example",
"README.md"
],
"default_subspecs": [
"Maps"
],
"source": {
"http": "https://www.gstatic.com/cpdc/68a5ad184ba643b1-GoogleMaps-2.0.0.tar.gz"
},
"subspecs": [
{
"name": "Maps",
"vendored_frameworks": [
"Subspecs/Maps/Frameworks/GoogleMapsCore.framework",
"Subspecs/Maps/Frameworks/GoogleMaps.framework"
],
"resources": [
"Subspecs/Maps/Frameworks/GoogleMaps.framework/Versions/A/Resources/*"
],
"source_files": [
],
"frameworks": [
"Accelerate",
"GLKit",
"ImageIO",
"OpenGLES",
"CoreText"
],
"dependencies": {
"GoogleMaps/Base": [
"2.0.0"
]
}
},
{
"name": "Base",
"vendored_frameworks": [
"Subspecs/Base/Frameworks/GoogleMapsBase.framework"
],
"source_files": [
],
"frameworks": [
"CoreData",
"SystemConfiguration",
"QuartzCore",
"CoreGraphics",
"CoreLocation",
"UIKit"
],
"libraries": [
"c++",
"z"
]
},
{
"name": "M4B",
"vendored_frameworks": [
"Subspecs/M4B/Frameworks/GoogleMapsM4B.framework"
],
"source_files": [
],
"dependencies": {
"GoogleMaps": [
"2.0.0"
]
}
}
]
}