[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 3 / 5 / e / Google-Maps-iOS-Utils / 4.2.0 / Google-Maps-iOS-Utils.podspec.json
blobea258f3a972c3d46fa1c3089abf07664de145fa3
2   "name": "Google-Maps-iOS-Utils",
3   "version": "4.2.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   "license": {
8     "type": "Apache 2.0",
9     "file": "LICENSE"
10   },
11   "authors": "Google Inc.",
12   "platforms": {
13     "ios": "13.0"
14   },
15   "source": {
16     "git": "https://github.com/googlemaps/google-maps-ios-utils.git",
17     "tag": "v4.2.0"
18   },
19   "requires_arc": true,
20   "module_name": "GoogleMapsUtils",
21   "swift_versions": "5.0",
22   "dependencies": {
23     "GoogleMaps": [
24       "~> 7.3"
25     ]
26   },
27   "static_framework": true,
28   "testspecs": [
29     {
30       "name": "Tests",
31       "test_type": "unit",
32       "source_files": [
33         "GoogleMapsUtils/GoogleMapsUtils.h",
34         "test/common/Model/*.{h,m,swift}",
35         "test/unit/**/*.{h,m,swift}"
36       ],
37       "resources": [
38         "test/resources/**/*.{geojson,kml}"
39       ],
40       "pod_target_xcconfig": {
41         "SWIFT_OBJC_BRIDGING_HEADER": "$(PODS_TARGET_SRCROOT)/test/unit/BridgingHeader/UnitTest-Bridging-Header.h"
42       },
43       "dependencies": {
44         "OCMock": [
46         ]
47       }
48     }
49   ],
50   "subspecs": [
51     {
52       "name": "QuadTree",
53       "public_header_files": "src/QuadTree/**/*.h",
54       "source_files": "src/QuadTree/**/*.{h,m,swift}"
55     },
56     {
57       "name": "Clustering",
58       "public_header_files": "src/Clustering/**/*.h",
59       "source_files": "src/Clustering/**/*.{h,m,swift}",
60       "exclude_files": "src/Clustering/GMUMarkerClustering.h",
61       "dependencies": {
62         "Google-Maps-iOS-Utils/QuadTree": [
64         ]
65       }
66     },
67     {
68       "name": "Geometry",
69       "public_header_files": "src/Geometry/**/*.h",
70       "source_files": "src/Geometry/**/*.{h,m,swift}"
71     },
72     {
73       "name": "Heatmap",
74       "public_header_files": "src/Heatmap/**/*.h",
75       "source_files": "src/Heatmap/**/*.{h,m,swift}",
76       "dependencies": {
77         "Google-Maps-iOS-Utils/QuadTree": [
79         ]
80       }
81     },
82     {
83       "name": "GeometryUtils",
84       "source_files": "src/GeometryUtils/**/*.{h,m,swift}"
85     }
86   ],
87   "swift_version": "5.0"