[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / f / a / c / Google-Maps-iOS-Utils-moolban / 3.0.0.1 / Google-Maps-iOS-Utils-moolban.podspec.json
blob9172a5d8d4451f3994e9dec79b34f0bcfa0ac916
2   "name": "Google-Maps-iOS-Utils-moolban",
3   "version": "3.0.0.1",
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/rws08/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/rws08/google-maps-ios-utils.git",
17     "tag": "3.0.0.1"
18   },
19   "requires_arc": true,
20   "module_name": "GoogleMapsUtils",
21   "static_framework": true,
22   "dependencies": {
23     "GoogleMaps": [
24       "~> 3.7.0"
25     ]
26   },
27   "subspecs": [
28     {
29       "name": "QuadTree",
30       "public_header_files": "src/QuadTree/**/*.h",
31       "source_files": "src/QuadTree/**/*.{h,m}"
32     },
33     {
34       "name": "Clustering",
35       "public_header_files": "src/Clustering/**/*.h",
36       "source_files": "src/Clustering/**/*.{h,m}",
37       "exclude_files": "src/Clustering/GMUMarkerClustering.h",
38       "dependencies": {
39         "Google-Maps-iOS-Utils-moolban/QuadTree": [
41         ]
42       }
43     },
44     {
45       "name": "Geometry",
46       "public_header_files": "src/Geometry/**/*.h",
47       "source_files": "src/Geometry/**/*.{h,m}"
48     },
49     {
50       "name": "Heatmap",
51       "public_header_files": "src/Heatmap/**/*.h",
52       "source_files": "src/Heatmap/**/*.{h,m}",
53       "dependencies": {
54         "Google-Maps-iOS-Utils-moolban/QuadTree": [
56         ]
57       }
58     }
59   ]