blob: 674dff723f4fc4ce6c8fc6f255e8a1d096d496b4 [file] [log] [blame]
{
"name": "CZGTextureCreator",
"version": "0.9.2",
"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.9.2"
},
"platforms": {
"ios": "6.0"
},
"source_files": "Classes",
"requires_arc": true,
"dependencies": {
"cocos2d": [
"~> 2.1"
],
"DTCoreText": [
"~> 1.6"
]
},
"xcconfig": {
"HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/cocos2d/external/kazmath/include\""
}
}