2 "name": "SKBounceAnimation",
4 "summary": "CAKeyframeAnimation subclass that lets quickly and easily set a number of bounces, and start and end values, and creates an animation.",
5 "description": " `SKBounceAnimation` is a `CAKeyframeAnimation` subclass that creates an animation for you based on start and end values and a number of bounces. It’s based on the math and technology in this blogpost: [khanlou.com/2012/01/cakeyframeanimation-make-it-bounce/](http://khanlou.com/2012/01/cakeyframeanimation-make-it-bounce/) which in turn was based partially on Matt Gallagher’s work here: [cocoawithlove.com/2008/09/parametric-acceleration-curves-in-core.html](http://cocoawithlove.com/2008/09/parametric-acceleration-curves-in-core.html).\n",
6 "homepage": "https://github.com/khanlou/SKBounceAnimation",
8 "type": "Copyright (c) 2012 Soroush Khanlou",
12 "khanlou": "soroush@khanlou.com"
15 "git": "https://github.com/khanlou/SKBounceAnimation.git",
21 "source_files": "SKBounceAnimation/SKBounceAnimation.{h,m}",