blob: 61d3794e64e8c3e8028802584f0400dcddfff01b [file] [log] [blame]
{
"name": "GLMap",
"version": "0.6.1",
"summary": "Framework for rendering your own vector maps using a unique style with OpenGL",
"description": "The GLMap framework has been built to allow you to easily integrate an offline map into any iOS application.\n\nFeatures:\n* Map rendering is performed directly on GPU\n* MapCSS-based rules allows map to be rendered with different styles\n* Displaying your specific geodata (points, lines and polygons) on a map\n* Online and offline mode support",
"homepage": "http://getyourmap.com",
"license": {
"type": "Commercial",
"text": "Copyright © Evgen Bodunov"
},
"authors": {
"Evgen Bodunov": "evgen@getyourmap.com"
},
"social_media_url": "http://twitter.com/molind",
"platforms": {
"ios": "7.0"
},
"source": {
"http": "https://getyourmap.com/account/download/GLMap-0.6.1.zip"
},
"resources": [
"DefaultStyle.bundle",
"world.vm"
],
"public_header_files": "GLMap.framework/Versions/A/Headers/*.h",
"exclude_files": [
"Examples",
"GLMap.docset"
],
"ios": {
"vendored_frameworks": "GLMap.framework",
"frameworks": [
"Accelerate",
"CoreLocation"
],
"libraries": [
"z",
"c++"
]
}
}