blob: c5e4fd81ae69465db214a3fdab45e26fd0a88279 [file] [log] [blame]
{
"name": "Google-Maps-iOS-Utils-moolban",
"version": "2.1.0.6",
"summary": "A utilities library for use with Google Maps SDK for iOS.",
"description": "This library contains classes that are useful for a wide range of applications\nusing the Google Maps SDK for iOS.\nIt is designed to be used with Google Maps SDK for iOS, but it is not\ndependent on it.",
"homepage": "https://github.com/rws08/google-maps-ios-utils",
"license": {
"type": "Apache 2.0",
"file": "LICENSE"
},
"authors": "Google Inc.",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/rws08/google-maps-ios-utils.git",
"tag": "2.1.0.6"
},
"requires_arc": true,
"static_framework": true,
"dependencies": {
"GoogleMaps": [
]
},
"compiler_flags": "-fno-modules",
"subspecs": [
{
"name": "QuadTree",
"source_files": "src/QuadTree/**/*.{h,m}"
},
{
"name": "Clustering",
"source_files": "src/Clustering/**/*.{h,m}",
"dependencies": {
"Google-Maps-iOS-Utils-moolban/QuadTree": [
]
}
},
{
"name": "Geometry",
"source_files": "src/Geometry/**/*.{h,m}"
},
{
"name": "Heatmap",
"source_files": "src/Heatmap/**/*.{h,m}",
"dependencies": {
"Google-Maps-iOS-Utils-moolban/QuadTree": [
]
}
}
]
}