[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 3 / 5 / e / Google-Maps-iOS-Utils / 3.6.0 / Google-Maps-iOS-Utils.podspec.json
blob7481ac928d6c1895d43e983849d8be2162bf3797
2   "name": "Google-Maps-iOS-Utils",
3   "version": "3.6.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": "v3.6.0"
18   },
19   "requires_arc": true,
20   "module_name": "GoogleMapsUtils",
21   "dependencies": {
22     "GoogleMaps": [
24     ]
25   },
26   "static_framework": true,
27   "user_target_xcconfig": {
28     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
29   },
30   "pod_target_xcconfig": {
31     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
32   },
33   "subspecs": [
34     {
35       "name": "QuadTree",
36       "public_header_files": "src/QuadTree/**/*.h",
37       "source_files": "src/QuadTree/**/*.{h,m}"
38     },
39     {
40       "name": "Clustering",
41       "public_header_files": "src/Clustering/**/*.h",
42       "source_files": "src/Clustering/**/*.{h,m}",
43       "exclude_files": "src/Clustering/GMUMarkerClustering.h",
44       "dependencies": {
45         "Google-Maps-iOS-Utils/QuadTree": [
47         ]
48       }
49     },
50     {
51       "name": "Geometry",
52       "public_header_files": "src/Geometry/**/*.h",
53       "source_files": "src/Geometry/**/*.{h,m}"
54     },
55     {
56       "name": "Heatmap",
57       "public_header_files": "src/Heatmap/**/*.h",
58       "source_files": "src/Heatmap/**/*.{h,m}",
59       "dependencies": {
60         "Google-Maps-iOS-Utils/QuadTree": [
62         ]
63       }
64     }
65   ]