blob: 5a89ad0da9abbfb2b05235802fb7c0da487b443f [file] [log] [blame]
{
"name": "demomaps",
"version": "0.0.4",
"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}",
"resources": [
"demomaps/MapViewViewController.xib"
],
"module_name": "demomaps",
"source": {
"git": "https://github.com/sebastian989/demomaps.git",
"tag": "0.0.4"
},
"requires_arc": true,
"libraries": [
"c++",
"icucore",
"z"
],
"frameworks": [
"AVFoundation",
"CoreData",
"CoreLocation",
"CoreText",
"Foundation",
"GLKit",
"ImageIO",
"OpenGLES",
"QuartzCore",
"SystemConfiguration",
"GoogleMaps"
],
"vendored_frameworks": "Dependencies/GoogleMaps.framework"
}