[Add] ACWebSocketClient 0.1.0
[CocoaPods.git] / Specs / 3 / 2 / 6 / INTUAnimationEngine / 1.4.0 / INTUAnimationEngine.podspec.json
blobbfcd25d6121bf189319ac6dc4b1d3958a7b3bc4f
2   "name": "INTUAnimationEngine",
3   "version": "1.4.0",
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.4.0"
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\nINTUAnimationEngine 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\nINTUAnimationEngine 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 \nThe 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.",
23   "subspecs": [
24     {
25       "name": "SpringSolver",
26       "source_files": "INTUAnimationEngine/SpringSolver/*.{h,c}"
27     }
28   ]