blob: b82b91155fad3922521458b0f5923d8c700bbb52 [file] [log] [blame]
{
"name": "GLMap",
"version": "0.8.0",
"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": "https://getyourmap.com",
"license": {
"type": "Commercial",
"text": "Copyright © Evgen Bodunov"
},
"authors": {
"Evgen Bodunov": "evgen@getyourmap.com"
},
"social_media_url": "http://twitter.com/molind",
"source": {
"http": "https://getyourmap.com/account/download/GLMap-0.8.0.zip",
"flatten": true
},
"resources": [
"DefaultStyle.bundle",
"world.vm"
],
"exclude_files": "Examples",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"vendored_frameworks": "GLMap.framework",
"module_name": "GLMap"
}