blob: a55a78555434c364920ded5890737d90f877638a [file] [log] [blame]
{
"name": "CZGTextureCreator",
"version": "0.1.0",
"license": "MIT",
"summary": "A cocos2d class for creating textures with multiple images using Core Graphics.",
"homepage": "https://github.com/czgarrett/CZGTextureCreator",
"authors": {
"Christopher Z. Garrett": "z@zworkbench.com"
},
"source": {
"git": "https://github.com/czgarrett/CZGTextureCreator.git",
"tag": "v0.1.0"
},
"platforms": {
"ios": "5.0"
},
"source_files": "Classes",
"requires_arc": true,
"dependencies": {
"cocos2d": [
"~> 2.0.0"
],
"DTCoreText": [
"~> 1.1.0"
]
}
}