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,
28 "user_target_xcconfig": {
29 "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
31 "pod_target_xcconfig": {
32 "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
39 "GoogleMapsUtils/GoogleMapsUtils.h",
40 "test/common/Model/*.{h,m,swift}",
41 "test/unit/**/*.{h,m,swift}"
44 "test/resources/**/*.{geojson,kml}"
46 "pod_target_xcconfig": {
47 "SWIFT_OBJC_BRIDGING_HEADER": "$(PODS_TARGET_SRCROOT)/test/unit/BridgingHeader/UnitTest-Bridging-Header.h"
59 "public_header_files": "src/QuadTree/**/*.h",
60 "source_files": "src/QuadTree/**/*.{h,m,swift}"
64 "public_header_files": "src/Clustering/**/*.h",
65 "source_files": "src/Clustering/**/*.{h,m,swift}",
66 "exclude_files": "src/Clustering/GMUMarkerClustering.h",
68 "Google-Maps-iOS-Utils/QuadTree": [
75 "public_header_files": "src/Geometry/**/*.h",
76 "source_files": "src/Geometry/**/*.{h,m,swift}"
80 "public_header_files": "src/Heatmap/**/*.h",
81 "source_files": "src/Heatmap/**/*.{h,m,swift}",
83 "Google-Maps-iOS-Utils/QuadTree": [
89 "name": "GeometryUtils",
90 "source_files": "src/GeometryUtils/**/*.{h,m,swift}"
93 "swift_version": "5.0"