blob: 3f96e52e5088cfdbec7b7687cdaad0596ee29c55 [file] [log] [blame]
{
"name": "CLKParametricAnimations",
"version": "0.1.0",
"summary": "Extends native CAKeyframeAnimations to use all of the complex easing functions found at http://www.easings.net",
"homepage": "https://github.com/Clinkle/CLKParametricAnimations",
"license": "MIT",
"authors": {
"tsheaff": "tyler@clinkle.com"
},
"source": {
"git": "https://github.com/Clinkle/CLKParametricAnimations.git",
"tag": "0.1.0"
},
"frameworks": [
"QuartzCore",
"CoreGraphics"
],
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes"
}