blob: 3845954f1121ee65216554e10499f982d38c9243 [file] [log] [blame]
{
"name": "AnimationSequencer",
"version": "0.1.0",
"summary": "Very simple and scalable UIView animation extension without nested completion closures.",
"description": "Very simple and scalable UIView animation extension without nested completion closures. It uses standard iOS api but wraps around a nicer look.\n\nUsally we make animations using system `animate()` method and completion block, but in my experience it's not scalable, very hard to read and it's hard to remove or add a new animation according to design specifications.",
"homepage": "https://github.com/fabiosoft/AnimationSequencer",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"fabiosoft": "fabionisci@gmail.com"
},
"source": {
"git": "https://github.com/fabiosoft/AnimationSequencer.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"swift_versions": "5.1",
"source_files": "AnimationSequencer/Classes/**/*",
"swift_version": "5.1"
}