blob: 34b195d164f5cb9574b2c5bf7886a372bea764ef [file] [log] [blame]
{
"name": "GCanvas",
"version": "0.0.4",
"summary": "GCanvas library for iOS",
"description": "GCanvas is a rendering engine based on OpenGLES",
"homepage": "https://github.com/jwxbond/GCanvas",
"license": "Apache License, Version 2.0",
"authors": {
"jwxbond": "jwxbond@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/jwxbond/GCanvas.git",
"tag": "0.0.4"
},
"source_files": "GCanvas.framework/Headers/*.h",
"vendored_frameworks": "GCanvas.framework",
"resources": "GCanvas.framework/*.glsl",
"libraries": "stdc++",
"frameworks": [
"Foundation",
"UIKit",
"GLKit"
],
"deprecated": true
}