[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 3 / 5 / e / Google-Maps-iOS-Utils / 6.0.0 / Google-Maps-iOS-Utils.podspec.json
blob249d75bd8045e4d2129d613a267b9fc5c7dba791
2   "name": "Google-Maps-iOS-Utils",
3   "version": "6.0.0",
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",
9   "license": {
10     "type": "Apache 2.0",
11     "file": "LICENSE"
12   },
13   "authors": "Google Inc.",
14   "platforms": {
15     "ios": "15.0"
16   },
17   "source": {
18     "git": "https://github.com/googlemaps/google-maps-ios-utils.git",
19     "tag": "v6.0.0"
20   },
21   "source_files": [
22     "Sources/GoogleMapsUtilsObjC/include/*.{h,m}",
23     "Sources/GoogleMapsUtils/**/*.{swift}"
24   ],
25   "exclude_files": "Sources/GoogleMapsUtils/Exports.swift",
26   "requires_arc": true,
27   "module_name": "GoogleMapsUtils",
28   "swift_versions": "5.9",
29   "dependencies": {
30     "GoogleMaps": [
31       "~> 9.0"
32     ]
33   },
34   "static_framework": true,
35   "testspecs": [
36     {
37       "name": "Tests",
38       "test_type": "unit",
39       "source_files": [
40         "Tests/GoogleMapsUtilsObjCTests/unit/**/*.{h,m}",
41         "Tests/GoogleMapsUtilsSwiftTests/unit/**/*.swift",
42         "Tests/GoogleMapsUtilsTestsHelper/include/*.{h,m}"
43       ],
44       "exclude_files": "Tests/GoogleMapsUtilsTestsHelper/include/GoogleMapsUtilsSwiftTests-Bridging-Header.h",
45       "resources": [
46         "Tests/GoogleMapsUtilsSwiftTests/Resources/GeoJSON/*.geojson",
47         "Tests/GoogleMapsUtilsSwiftTests/Resources/KML/*.kml"
48       ],
49       "pod_target_xcconfig": {
50         "SWIFT_OBJC_BRIDGING_HEADER": "$(PODS_TARGET_SRCROOT)/Tests/GoogleMapsUtilsTestsHelper/include/GoogleMapsUtilsSwiftTests-Bridging-Header.h"
51       },
52       "dependencies": {
53         "GoogleMaps": [
55         ],
56         "OCMock": [
58         ]
59       }
60     }
61   ],
62   "swift_version": "5.9"