blob: 4471fe4b1312e6104713efca1407e878f90932ae [file] [log] [blame]
{
"name": "CZGPolygonLayer",
"version": "0.2.1",
"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.1"
},
"platforms": {
"ios": "5.0"
},
"source_files": "Classes",
"requires_arc": true,
"dependencies": {
"cocos2d": [
"~> 2.0.0"
]
}
}