blob: d29c841dc4efeb84a8f1266b54811e6aa78a6371 [file] [log] [blame]
{
"name": "CZGPolygonLayer",
"version": "0.2.2",
"license": "MIT",
"summary": "A Cocos2d CCNode subclass that lets you draw arbitrary collections of triangles.",
"homepage": "https://github.com/czgarrett/CZGPolygonLayer",
"authors": {
"Christopher Z. Garrett": "z@zworkbench.com"
},
"source": {
"git": "https://github.com/czgarrett/CZGPolygonLayer.git",
"tag": "v0.2.2"
},
"platforms": {
"ios": "5.0"
},
"source_files": "Classes",
"requires_arc": true,
"dependencies": {
"cocos2d": [
"~> 2.0.0"
]
}
}