blob: 0c03d67fda831c1999fa2fd23963d70d2d961204 [file] [log] [blame]
{
"name": "Flash2Cocos2D",
"version": "0.7",
"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.7"
},
"platforms": {
"ios": "5.0"
},
"source_files": [
"FlashToCocosARC",
"FlashToCocosARC/*.{h,m}"
],
"requires_arc": true,
"dependencies": {
"cocos2d": [
"2.0"
],
"TBXMLPivotalForks": [
"0.0.1"
]
}
}