[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 3 / 5 / e / Google-Maps-iOS-Utils / 2.0.0 / Google-Maps-iOS-Utils.podspec.json
blob1e6ca087427ebe237c810eaceb22439f85d12982
2   "name": "Google-Maps-iOS-Utils",
3   "version": "2.0.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": "7.0"
14   },
15   "source": {
16     "git": "https://github.com/googlemaps/google-maps-ios-utils.git",
17     "tag": "v2.0.0"
18   },
19   "requires_arc": true,
20   "dependencies": {
21     "GoogleMaps": [
23     ]
24   },
25   "compiler_flags": "-fno-modules",
26   "subspecs": [
27     {
28       "name": "QuadTree",
29       "source_files": "src/QuadTree/**/*.{h,m}"
30     },
31     {
32       "name": "Clustering",
33       "source_files": "src/Clustering/**/*.{h,m}",
34       "dependencies": {
35         "Google-Maps-iOS-Utils/QuadTree": [
37         ]
38       }
39     },
40     {
41       "name": "Geometry",
42       "source_files": "src/Geometry/**/*.{h,m}"
43     }
44   ]