blob: f6d60e09fc05d6c826d4738028e64b08df2b020e [file] [log] [blame]
{
"name": "Google-Maps-iOS-Utils",
"version": "1.0.1",
"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/googlemaps/google-maps-ios-utils",
"license": {
"type": "Apache 2.0",
"file": "LICENSE"
},
"authors": "Google Inc.",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/googlemaps/google-maps-ios-utils.git",
"tag": "v1.0.1"
},
"requires_arc": 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/QuadTree": [
]
}
}
]
}