blob: 77ae403d5fd630f1e6956aa966879df5259da54e [file] [log] [blame]
{
"name": "Flash2Cocos2D",
"version": "0.5",
"summary": "Library to import animations made in Flash to Cocos2D.",
"description": "A modified grapefrukt-export creates xml descriptions of timeline animations. Flash2Cocos2D imports that xml and recreates what were timeline animations.",
"homepage": "https://github.com/percentjuice/Flash2Cocos2D",
"license": "MIT",
"authors": "cstuempges",
"source": {
"git": "https://github.com/percentjuice/Flash2Cocos2D.git",
"tag": "v0.5"
},
"platforms": {
"ios": "5.0"
},
"source_files": [
"FlashToCocosARC",
"FlashToCocosARC/*.{h,m}"
],
"requires_arc": true,
"dependencies": {
"cocos2d": [
"2.0"
],
"TBXML": [
"1.5"
]
}
}