blob: a93ee88a3793b44317c70567c462382a2d7779bd [file] [log] [blame]
{
"name": "Brundlefly",
"version": "0.2.0",
"summary": "Animation engine for playing Adobe After Effects animations.",
"description": "Animation Engine that runs animation definitions exported from Adobe After Effects.\nDesigners build complex animations in Adobe After Effects and export them to your\niOS apps bundle files. Then these animations can be played from the exported files without\nhaving to write any code.",
"homepage": "https://github.com/ayvazj/BrundleflyiOS",
"license": "MIT",
"authors": {
"James Ayvaz": "james.ayvaz@gmail.com"
},
"source": {
"git": "https://github.com/ayvazj/BrundleflyiOS.git",
"tag": "0.2.0"
},
"social_media_url": "https://twitter.com/jamesayvaz",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"Brundlefly": [
"Pod/Assets/*.png"
]
}
}