[Add] FootprintSwift 3.0.0
[CocoaPods.git] / Specs / 7 / 5 / b / Flash2Cocos2D / 0.5 / Flash2Cocos2D.podspec.json
blob77ae403d5fd630f1e6956aa966879df5259da54e
2   "name": "Flash2Cocos2D",
3   "version": "0.5",
4   "summary": "Library to import animations made in Flash to Cocos2D.",
5   "description": "A modified grapefrukt-export creates xml descriptions of timeline animations.  Flash2Cocos2D imports that xml and recreates what were timeline animations.",
6   "homepage": "https://github.com/percentjuice/Flash2Cocos2D",
7   "license": "MIT",
8   "authors": "cstuempges",
9   "source": {
10     "git": "https://github.com/percentjuice/Flash2Cocos2D.git",
11     "tag": "v0.5"
12   },
13   "platforms": {
14     "ios": "5.0"
15   },
16   "source_files": [
17     "FlashToCocosARC",
18     "FlashToCocosARC/*.{h,m}"
19   ],
20   "requires_arc": true,
21   "dependencies": {
22     "cocos2d": [
23       "2.0"
24     ],
25     "TBXML": [
26       "1.5"
27     ]
28   }