blob: eeba55ae17a47bc1a76f2c9c27d00e31d9f18f72 [file] [log] [blame]
{
"name": "NinevehGL",
"version": "0.9.3",
"summary": "NinevehGL is a 3D Engine made to Apple's platforms.",
"description": " NinevehGL is a 3D engine, working with OpenGL ES, Metal and Vulkan.\n",
"homepage": "http://nineveh.gl/",
"documentation_url": "http://nineveh.gl/docs/index.html",
"screenshots": [
"http://nineveh.gl/imgs/ninevehgl_img.png",
"http://nineveh.gl/imgs/ngl_lesson_10_1.png"
],
"license": "MIT",
"authors": {
"NinevehGL": "ngl@nineveh.gl"
},
"source": {
"git": "https://github.com/NinevehGL/NinevehGL.git",
"tag": "0.9.3",
"submodules": true
},
"social_media_url": "https://twitter.com/ninevehgl",
"requires_arc": false,
"platforms": {
"ios": "7.0"
},
"subspecs": [
{
"name": "Core",
"public_header_files": "Source/**/*.h",
"source_files": "Source/**/*.{h,m}",
"ios": {
"frameworks": [
"Foundation",
"CoreGraphics",
"QuartzCore",
"OpenGLES"
]
}
}
]
}