[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / f / a / c / Google-Maps-iOS-Utils-moolban / 2.1.0.6 / Google-Maps-iOS-Utils-moolban.podspec.json
blobc5e4fd81ae69465db214a3fdab45e26fd0a88279
2   "name": "Google-Maps-iOS-Utils-moolban",
3   "version": "2.1.0.6",
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": "7.0"
14   },
15   "source": {
16     "git": "https://github.com/rws08/google-maps-ios-utils.git",
17     "tag": "2.1.0.6"
18   },
19   "requires_arc": true,
20   "static_framework": true,
21   "dependencies": {
22     "GoogleMaps": [
24     ]
25   },
26   "compiler_flags": "-fno-modules",
27   "subspecs": [
28     {
29       "name": "QuadTree",
30       "source_files": "src/QuadTree/**/*.{h,m}"
31     },
32     {
33       "name": "Clustering",
34       "source_files": "src/Clustering/**/*.{h,m}",
35       "dependencies": {
36         "Google-Maps-iOS-Utils-moolban/QuadTree": [
38         ]
39       }
40     },
41     {
42       "name": "Geometry",
43       "source_files": "src/Geometry/**/*.{h,m}"
44     },
45     {
46       "name": "Heatmap",
47       "source_files": "src/Heatmap/**/*.{h,m}",
48       "dependencies": {
49         "Google-Maps-iOS-Utils-moolban/QuadTree": [
51         ]
52       }
53     }
54   ]