blob: ce4fdef15de3fba62e6b81b1152dd9025ee0349f [file] [log] [blame]
{
"name": "CZGSpinLayer",
"version": "0.3.1",
"license": "MIT",
"summary": "A spinnable CCLayer subclass.",
"homepage": "https://github.com/czgarrett/CZGSpinLayer",
"authors": {
"Christopher Z. Garrett": "z@zworkbench.com"
},
"source": {
"git": "https://github.com/czgarrett/CZGSpinLayer.git",
"tag": "0.3.1"
},
"platforms": {
"ios": "6.0"
},
"source_files": "Classes",
"requires_arc": true,
"dependencies": {
"cocos2d": [
"~> 2.1"
]
},
"xcconfig": {
"HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/cocos2d/external/kazmath/include\""
}
}