[Add] AmitySDK 6.47.1
[CocoaPods.git] / Specs / c / f / b / CAAnimation-EasingEquations / 1.0.2 / CAAnimation-EasingEquations.podspec.json
blob7da7ef457b416a6d1c777ded373e2bfd52349d54
2   "name": "CAAnimation-EasingEquations",
3   "version": "1.0.2",
4   "summary": "A category on CAAnimation that provides a number of easing equations to add some zazz to your app (with examples!)",
5   "description": "Adding easing to animations makes them more realistic. UIKit provides a very limited set of easing functions, so I added a few more.\nEasings.net provides some good examples and further explanation.                   \n",
6   "homepage": "https://github.com/bryanoltman/CAAnimation-EasingEquations",
7   "license": "MIT",
8   "authors": {
9     "Bryan": "bryanoltman@gmail.com"
10   },
11   "social_media_url": "http://twitter.com/moltman",
12   "platforms": {
13     "ios": null
14   },
15   "source": {
16     "git": "https://github.com/bryanoltman/CAAnimation-EasingEquations.git",
17     "tag": "1.0.2"
18   },
19   "source_files": "*.{h,m}",
20   "requires_arc": true