2 "name": "AnimationSequencer",
4 "summary": "Very simple and scalable UIView animation extension without nested completion closures.",
5 "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.",
6 "homepage": "https://github.com/fabiosoft/AnimationSequencer",
12 "fabiosoft": "fabionisci@gmail.com"
15 "git": "https://github.com/fabiosoft/AnimationSequencer.git",
21 "swift_versions": "5.1",
22 "source_files": "AnimationSequencer/Classes/**/*",
23 "swift_version": "5.1"