[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 6 / 4 / f / Google-Maps-iOS-SDK / 1.7.1 / Google-Maps-iOS-SDK.podspec.json
blobc04a4156c0fb799cdeeed103a1ce62139a78a895
2   "name": "Google-Maps-iOS-SDK",
3   "version": "1.7.1",
4   "summary": "Google Maps SDK for iOS.",
5   "description": "Use the Google Maps SDK for iOS to add interactive maps, and immersive Street View panoramas to your app.",
6   "homepage": "https://developers.google.com/maps/documentation/ios/",
7   "license": {
8     "type": "Copyright",
9     "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"
10   },
11   "authors": "Google Inc.",
12   "source": {
13     "http": "https://dl.google.com/geosdk/GoogleMaps-iOS-1.7.1.zip",
14     "flatten": true
15   },
16   "platforms": {
17     "ios": "6.0"
18   },
19   "source_files": "GoogleMaps.framework/Versions/A/Headers/*.h",
20   "resources": "GoogleMaps.framework/Versions/A/Resources/GoogleMaps.bundle",
21   "preserve_paths": "GoogleMaps.framework",
22   "header_dir": "GoogleMaps",
23   "frameworks": [
24     "GoogleMaps",
25     "AVFoundation",
26     "CoreData",
27     "CoreLocation",
28     "CoreText",
29     "GLKit",
30     "ImageIO",
31     "OpenGLES",
32     "QuartzCore",
33     "SystemConfiguration",
34     "CoreGraphics"
35   ],
36   "libraries": [
37     "icucore",
38     "c++",
39     "z"
40   ],
41   "xcconfig": {
42     "FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/Google-Maps-iOS-SDK\""
43   },
44   "requires_arc": false