[Add] AmpMux 9.3.2
[CocoaPods.git] / Specs / a / 3 / e / My-Test-iOS-SDK / 0.1.0 / My-Test-iOS-SDK.podspec.json
blobc45865cd5ceb22c62974d19954d8c6674abf851f
2   "name": "My-Test-iOS-SDK",
3   "version": "0.1.0",
4   "summary": "Test iOS SDK.",
5   "description": "Just try to create cocoapod for private SDK.",
6   "homepage": "https://developers.google.com/maps/documentation/ios/",
7   "license": {
8     "type": "Copyright",
9     "text": "Copyright 2012 Google Inc."
10   },
11   "authors": "Google Inc.",
12   "source": {
13     "http": "https://dl.google.com/geosdk/GoogleMaps-iOS-1.1.0.zip",
14     "flatten": true
15   },
16   "platforms": {
17     "ios": "9.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   ],
35   "libraries": [
36     "icucore",
37     "stdc++",
38     "z"
39   ],
40   "xcconfig": {
41     "FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/Google-Maps-iOS-SDK\""
42   }