[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 3 / 5 / e / Google-Maps-iOS-Utils / 1.0.0 / Google-Maps-iOS-Utils.podspec.json
blob8c030307fb4722a2b2e1052d71e31e30535b5a30
2   "name": "Google-Maps-iOS-Utils",
3   "version": "1.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": "v1.0.0"
18   },
19   "requires_arc": true,
20   "dependencies": {
21     "GoogleMaps": [
23     ]
24   },
25   "subspecs": [
26     {
27       "name": "QuadTree",
28       "source_files": "src/QuadTree/**/*.{h,m}"
29     },
30     {
31       "name": "Clustering",
32       "source_files": "src/Clustering/**/*.{h,m}",
33       "dependencies": {
34         "Google-Maps-iOS-Utils/QuadTree": [
36         ]
37       }
38     }
39   ]