[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 3 / 5 / e / Google-Maps-iOS-Utils / 4.1.0 / Google-Maps-iOS-Utils.podspec.json
blob66ddfea335de002656149bc1e991be207d2a4a0a
2   "name": "Google-Maps-iOS-Utils",
3   "version": "4.1.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": "9.0"
14   },
15   "source": {
16     "git": "https://github.com/googlemaps/google-maps-ios-utils.git",
17     "tag": "v4.1.0"
18   },
19   "requires_arc": true,
20   "module_name": "GoogleMapsUtils",
21   "swift_versions": "5.0",
22   "dependencies": {
23     "GoogleMaps": [
25     ]
26   },
27   "static_framework": true,
28   "user_target_xcconfig": {
29     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
30   },
31   "pod_target_xcconfig": {
32     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
33   },
34   "testspecs": [
35     {
36       "name": "Tests",
37       "test_type": "unit",
38       "source_files": [
39         "GoogleMapsUtils/GoogleMapsUtils.h",
40         "test/common/Model/*.{h,m,swift}",
41         "test/unit/**/*.{h,m,swift}"
42       ],
43       "resources": [
44         "test/resources/**/*.{geojson,kml}"
45       ],
46       "pod_target_xcconfig": {
47         "SWIFT_OBJC_BRIDGING_HEADER": "$(PODS_TARGET_SRCROOT)/test/unit/BridgingHeader/UnitTest-Bridging-Header.h"
48       },
49       "dependencies": {
50         "OCMock": [
52         ]
53       }
54     }
55   ],
56   "subspecs": [
57     {
58       "name": "QuadTree",
59       "public_header_files": "src/QuadTree/**/*.h",
60       "source_files": "src/QuadTree/**/*.{h,m,swift}"
61     },
62     {
63       "name": "Clustering",
64       "public_header_files": "src/Clustering/**/*.h",
65       "source_files": "src/Clustering/**/*.{h,m,swift}",
66       "exclude_files": "src/Clustering/GMUMarkerClustering.h",
67       "dependencies": {
68         "Google-Maps-iOS-Utils/QuadTree": [
70         ]
71       }
72     },
73     {
74       "name": "Geometry",
75       "public_header_files": "src/Geometry/**/*.h",
76       "source_files": "src/Geometry/**/*.{h,m,swift}"
77     },
78     {
79       "name": "Heatmap",
80       "public_header_files": "src/Heatmap/**/*.h",
81       "source_files": "src/Heatmap/**/*.{h,m,swift}",
82       "dependencies": {
83         "Google-Maps-iOS-Utils/QuadTree": [
85         ]
86       }
87     },
88     {
89       "name": "GeometryUtils",
90       "source_files": "src/GeometryUtils/**/*.{h,m,swift}"
91     }
92   ],
93   "swift_version": "5.0"