[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 3 / 2 / 6 / INTUAnimationEngine / 1.2.0 / INTUAnimationEngine.podspec.json
blob94d180a7de7e5a4f542255e558296ed7010a4a06
2   "name": "INTUAnimationEngine",
3   "version": "1.2.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.2.0"
15   },
16   "source_files": "Source",
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. 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"