blob: eefdbec3106a450b65bcc6e27b231d1956cec0b6 [file] [log] [blame]
{
"name": "FXAnimationEngine",
"version": "1.0.0",
"summary": "An engine to play image frames in animation without causing high-memory usage.",
"homepage": "https://github.com/ShawnFoo/FXAnimationEngine",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Shawn Foo": "fu4904@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/ShawnFoo/FXAnimationEngine.git",
"tag": "v1.0.0"
},
"source_files": "FXAnimationEngine/*.{h,m}",
"frameworks": "UIKit",
"requires_arc": true
}