blob: d1e5993bf5f598f5745ff24c9f536483d51fdc76 [file] [log] [blame]
{
"name": "Tangram-es",
"version": "0.5.1",
"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/ios-framework/0.5.1/",
"source": {
"git": "https://github.com/tangrams/ios-framework.git",
"tag": "v0.5.1"
},
"platforms": {
"ios": "9.3"
},
"requires_arc": true,
"vendored_frameworks": "TangramMap.framework",
"module_name": "TangramMap"
}