2 "name": "ModularAnimation",
4 "summary": "A small framework that seperates the playback and the animation description from the (UIView-)animation itself",
5 "description": "A small framework that seperates the playback and the animation description from the (UIView-)animation itself.\nModularAnimation gets rid of the drawbacks of UIView.animate():\n- Your animation code will be easy to understand\n- You will be able to reuse your animation description on different views",
6 "homepage": "https://github.com/LOTUM/ModularAnimation",
7 "license": "Apache License, Version 2.0",
9 "Martin": "reichard@lotum.de"
12 "git": "https://github.com/LOTUM/ModularAnimation.git",
15 "source_files": "ModularAnimation/**/*.{h,swift}",
19 "pushed_with_swift_version": "3.0"