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