[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 3 / 2 / 6 / INTUAnimationEngine / 1.3.2 / INTUAnimationEngine.podspec.json
blobd3f002a9f9a2c3aa60255461176e540adf9540dc
2   "name": "INTUAnimationEngine",
3   "version": "1.3.2",
4   "homepage": "https://github.com/intuit/AnimationEngine",
5   "license": {
6     "type": "MIT",
7     "file": "LICENSE"
8   },
9   "authors": {
10     "Tyler Fox": "tyler_fox@intuit.com"
11   },
12   "source": {
13     "git": "https://github.com/intuit/AnimationEngine.git",
14     "tag": "v1.3.2"
15   },
16   "source_files": "INTUAnimationEngine/*.{h,m}",
17   "platforms": {
18     "ios": "5.0"
19   },
20   "requires_arc": true,
21   "summary": "Easily build advanced custom animations on iOS.",
22   "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, as well as a complete library of interpolation functions to animate any type of value or property including those that are not animatable by Core Animation.\n \n  The project also includes a standalone spring physics library to simulate damped harmonic motion. This is used under the hood to power a spring animation API on INTUAnimationEngine that allows full control over the damping, stiffness, and mass parameters. Since the spring solver is a completely independent and generic library implemented in pure C, it can be used on its own for many other applications apart from animation.\n",
23   "subspecs": [
24     {
25       "name": "SpringSolver",
26       "source_files": "INTUAnimationEngine/SpringSolver/*.{h,c}",
27       "license": {
28         "type": "BSD",
29         "file": "LICENSE-SpringSolver"
30       }
31     }
32   ]