blob: 7110e8aebe03af0cc1a5767915c49ef6cbe85cd7 [file] [log] [blame]
{
"name": "My-Test-iOS-SDK",
"version": "0.1.1",
"summary": "Test iOS SDK.",
"description": "Just try to create cocoapod for private SDK.",
"homepage": "https://developers.google.com/maps/documentation/ios/",
"license": {
"type": "Copyright",
"text": "Copyright 2012 Google Inc."
},
"authors": "Google Inc.",
"source": {
"http": "https://dl.google.com/geosdk/GoogleMaps-iOS-1.9.2.zip",
"flatten": true
},
"platforms": {
"ios": "9.0"
},
"vendored_frameworks": "GoogleMaps.framework",
"public_header_files": "GoogleMaps.framework/**/*.h",
"resources": "GoogleMaps.framework/Versions/A/Resources/GoogleMaps.bundle",
"preserve_paths": "GoogleMaps.framework",
"header_dir": "GoogleMaps",
"frameworks": [
"GoogleMaps",
"AVFoundation",
"CoreData",
"CoreLocation",
"CoreText",
"GLKit",
"ImageIO",
"OpenGLES",
"QuartzCore",
"SystemConfiguration"
],
"libraries": [
"icucore",
"stdc++",
"z"
],
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/Google-Maps-iOS-SDK\""
}
}