blob: 92aa14efa99a14b6f7f75ac1679c1316923f2480 [file] [log] [blame]
{
"name": "INTUAnimationEngine",
"version": "1.3.0",
"homepage": "https://github.com/intuit/AnimationEngine",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Tyler Fox": "tyler_fox@intuit.com"
},
"source": {
"git": "https://github.com/intuit/AnimationEngine.git",
"tag": "v1.3.0"
},
"source_files": "INTUAnimationEngine/*.{h,m}",
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"summary": "Easily build advanced custom animations on iOS.",
"description": " INTUAnimationEngine makes it easy to build advanced custom animations on iOS.\n\n INTUAnimationEngine provides a friendly interface to drive custom animations using a CADisplayLink, inspired by the UIView block-based animation API. It enables interactive animations (normally driven by user input, such as a pan or pinch gesture) to run automatically over a given duration. It can also be used to get a callback every frame of an animation.\n\n INTUAnimationEngine includes an extensive library of easing functions that can be used to customize animation timing. A complete library of interpolation functions is also included to animate any type of value or property, including those that are not animatable by Core Animation.\n",
"subspecs": [
{
"name": "SpringSolver",
"source_files": "INTUAnimationEngine/SpringSolver/*.{h,c}",
"license": {
"type": "BSD",
"file": "LICENSE-SpringSolver"
}
}
]
}