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",
21 "swift_versions": "5.0",
27 "static_framework": true,
33 "GoogleMapsUtils/GoogleMapsUtils.h",
34 "test/common/Model/*.{h,m,swift}",
35 "test/unit/**/*.{h,m,swift}"
38 "test/resources/**/*.{geojson,kml}"
40 "pod_target_xcconfig": {
41 "SWIFT_OBJC_BRIDGING_HEADER": "$(PODS_TARGET_SRCROOT)/test/unit/BridgingHeader/UnitTest-Bridging-Header.h"
53 "public_header_files": "src/QuadTree/**/*.h",
54 "source_files": "src/QuadTree/**/*.{h,m,swift}"
58 "public_header_files": "src/Clustering/**/*.h",
59 "source_files": "src/Clustering/**/*.{h,m,swift}",
60 "exclude_files": "src/Clustering/GMUMarkerClustering.h",
62 "Google-Maps-iOS-Utils/QuadTree": [
69 "public_header_files": "src/Geometry/**/*.h",
70 "source_files": "src/Geometry/**/*.{h,m,swift}"
74 "public_header_files": "src/Heatmap/**/*.h",
75 "source_files": "src/Heatmap/**/*.{h,m,swift}",
77 "Google-Maps-iOS-Utils/QuadTree": [
83 "name": "GeometryUtils",
84 "source_files": "src/GeometryUtils/**/*.{h,m,swift}"
87 "swift_version": "5.0"