[Delete] GizoSDK 2.0.2-alpha.02
[CocoaPods.git] / Specs / 3 / 5 / e / Google-Maps-iOS-Utils / 1.1.1 / Google-Maps-iOS-Utils.podspec.json
blobc0ab099199c0aef9671ef713ebf80fd13749e2d8
2   "name": "Google-Maps-iOS-Utils",
3   "version": "1.1.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/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": "v1.1.1"
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   ]