blob: 101f2016191f4347bae6af919009f7a881f3e214 [file] [log] [blame]
{
"name": "CZGTextureCreator",
"version": "0.7.0",
"license": "MIT",
"summary": "A cocos2d class for drawing textures with Core Graphics and Core Text.",
"homepage": "https://github.com/czgarrett/CZGTextureCreator",
"authors": {
"Christopher Z. Garrett": "z@zworkbench.com"
},
"source": {
"git": "https://github.com/czgarrett/CZGTextureCreator.git",
"tag": "0.7.0"
},
"platforms": {
"ios": "5.0"
},
"source_files": "Classes",
"requires_arc": true,
"dependencies": {
"cocos2d": [
"~> 2.0.0"
],
"DTCoreText": [
"~> 1.5.2"
]
}
}