[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / e / 4 / 7 / VPGoogleMaps / 2.2.0 / VPGoogleMaps.podspec.json
blob5bc46ed9479dedb98751620424f4eb2568d09d84
2   "name": "VPGoogleMaps",
3   "authors": "Google Inc.",
4   "homepage": "https://coding.net/u/VianPan/p/VPGoogleMaps/git",
5   "summary": "Google Maps SDK for iOS.",
6   "version": "2.2.0",
7   "platforms": {
8     "ios": "7.0"
9   },
10   "source": {
11     "git": "https://git.coding.net/VianPan/VPGoogleMaps.git",
12     "tag": "2.2.0"
13   },
14   "default_subspecs": "Maps",
15   "license": {
16     "text": "      If you use the Google Maps SDK for iOS in your application, you must\\n      include the attribution text as part of a legal notices section in your\\n      application. Including legal notices as an independent menu item, or as\\n      part of an 'About' menu item, is recommended.\\n\\n      You can get the attribution text by making a call to\\n      GMSServices.openSourceLicenseInfo().\\n",
17     "type": "Copyright"
18   },
19   "subspecs": [
20     {
21       "name": "Maps",
22       "vendored_frameworks": [
23         "Subspecs/Maps/Frameworks/GoogleMapsCore.framework",
24         "Subspecs/Maps/Frameworks/GoogleMaps.framework"
25       ],
26       "resources": "Subspecs/Maps/Frameworks/GoogleMaps.framework/Versions/A/Resources/*",
27       "frameworks": [
28         "Accelerate",
29         "GLKit",
30         "ImageIO",
31         "OpenGLES",
32         "CoreText"
33       ],
34       "dependencies": {
35         "VPGoogleMaps/Base": [
36           "2.2.0"
37         ]
38       }
39     },
40     {
41       "name": "Base",
42       "vendored_frameworks": "Subspecs/Base/Frameworks/GoogleMapsBase.framework",
43       "frameworks": [
44         "CoreData",
45         "SystemConfiguration",
46         "QuartzCore",
47         "CoreGraphics",
48         "CoreLocation",
49         "UIKit"
50       ],
51       "libraries": [
52         "c++",
53         "z"
54       ]
55     },
56     {
57       "name": "M4B",
58       "vendored_frameworks": "Subspecs/M4B/Frameworks/GoogleMapsM4B.framework"
59     }
60   ]