[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / d / 1 / 5 / SKBounceAnimation / 1.0.03 / SKBounceAnimation.podspec.json
blobc28f2ece756ba7b403049df3a7de050bcf4946aa
2   "name": "SKBounceAnimation",
3   "version": "1.0.03",
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",
7   "license": {
8     "type": "Copyright (c) 2012 Soroush Khanlou",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "khanlou": "soroush@khanlou.com"
13   },
14   "source": {
15     "git": "https://github.com/khanlou/SKBounceAnimation.git",
16     "tag": "v1.0.03"
17   },
18   "platforms": {
19     "ios": null
20   },
21   "source_files": "SKBounceAnimation/SKBounceAnimation.{h,m}",
22   "requires_arc": true,
23   "frameworks": [
24     "CoreGraphics",
25     "QuartzCore"
26   ]