blob: 26405947097b6a0d466c6888d101c72f8954f3be [file] [log] [blame]
{
"name": "Tangram-es",
"version": "0.4.0",
"summary": "Open source C++ library for rendering 2D and 3D maps from vector data using OpenGL ES.",
"description": "Open source C++ library for rendering 2D and 3D maps from vector data using OpenGL ES, wrapped with native Cocoa Touch APIs.",
"homepage": "https://mapzen.com/products/tangram/",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Mapzen": "ios-support@mapzen.com"
},
"social_media_url": "https://twitter.com/mapzen",
"documentation_url": "https://mapzen.com/documentation/tangram/",
"source": {
"git": "https://github.com/tangrams/ios-framework.git",
"tag": "v0.4.0"
},
"platforms": {
"ios": "9.3"
},
"requires_arc": true,
"vendored_frameworks": "TangramMap.framework",
"module_name": "TangramMap"
}