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",
7 "readme": "https://github.com/googlemaps/google-maps-ios-utils/blob/main/README.md",
8 "changelog": "https://github.com/googlemaps/google-maps-ios-utils/blob/main/CHANGELOG.md",
13 "authors": "Google Inc.",
18 "git": "https://github.com/googlemaps/google-maps-ios-utils.git",
22 "Sources/GoogleMapsUtilsObjC/include/*.{h,m}",
23 "Sources/GoogleMapsUtils/**/*.{swift}"
25 "exclude_files": "Sources/GoogleMapsUtils/Exports.swift",
27 "module_name": "GoogleMapsUtils",
28 "swift_versions": "5.9",
34 "static_framework": true,
40 "Tests/GoogleMapsUtilsObjCTests/unit/**/*.{h,m}",
41 "Tests/GoogleMapsUtilsSwiftTests/unit/**/*.swift",
42 "Tests/GoogleMapsUtilsTestsHelper/include/*.{h,m}"
44 "exclude_files": "Tests/GoogleMapsUtilsTestsHelper/include/GoogleMapsUtilsSwiftTests-Bridging-Header.h",
46 "Tests/GoogleMapsUtilsSwiftTests/Resources/GeoJSON/*.geojson",
47 "Tests/GoogleMapsUtilsSwiftTests/Resources/KML/*.kml"
49 "pod_target_xcconfig": {
50 "SWIFT_OBJC_BRIDGING_HEADER": "$(PODS_TARGET_SRCROOT)/Tests/GoogleMapsUtilsTestsHelper/include/GoogleMapsUtilsSwiftTests-Bridging-Header.h"
62 "swift_version": "5.9"