2 "name": "Google-Maps-iOS-Utils",
4 "summary": "A utilities library for use with Google Maps SDK for iOS.",
5 "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.",
6 "homepage": "https://github.com/googlemaps/google-maps-ios-utils",
11 "authors": "Google Inc.",
16 "git": "https://github.com/googlemaps/google-maps-ios-utils.git",
20 "module_name": "GoogleMapsUtils",
26 "static_framework": true,
27 "user_target_xcconfig": {
28 "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
30 "pod_target_xcconfig": {
31 "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
36 "public_header_files": "src/QuadTree/**/*.h",
37 "source_files": "src/QuadTree/**/*.{h,m}"
41 "public_header_files": "src/Clustering/**/*.h",
42 "source_files": "src/Clustering/**/*.{h,m}",
43 "exclude_files": "src/Clustering/GMUMarkerClustering.h",
45 "Google-Maps-iOS-Utils/QuadTree": [
52 "public_header_files": "src/Geometry/**/*.h",
53 "source_files": "src/Geometry/**/*.{h,m}"
57 "public_header_files": "src/Heatmap/**/*.h",
58 "source_files": "src/Heatmap/**/*.{h,m}",
60 "Google-Maps-iOS-Utils/QuadTree": [