blob: c1ade597baad44a382cb10d42aacd7ba818db5fe [file] [log] [blame]
{
"name": "demomaps",
"version": "0.0.5",
"homepage": "https://github.com/sebastian989/demomaps",
"summary": "git@github.com:sebastian989/demomaps.git",
"authors": {
"S Gomez": "sebastiangomez989@gmail.com"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": "7.0"
},
"source_files": "demomaps/*.{h,m}",
"module_name": "demomaps",
"source": {
"git": "https://github.com/sebastian989/demomaps.git",
"tag": "0.0.5"
},
"requires_arc": true,
"libraries": [
"c++",
"icucore",
"z"
],
"frameworks": [
"AVFoundation",
"CoreData",
"CoreLocation",
"CoreText",
"Foundation",
"GLKit",
"ImageIO",
"OpenGLES",
"QuartzCore",
"SystemConfiguration",
"GoogleMaps"
],
"resource_bundles": {
"GoogleMaps": [
"Pods/GoogleMaps/Frameworks/GoogleMaps.framework/Resources/*.bundle"
]
},
"vendored_frameworks": "Dependencies/GoogleMaps.framework",
"resources": [
"demomaps/MapViewViewController.xib"
],
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(PODS_ROOT)/demomaps/Dependencies"
}
}