[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 8 / 7 / f / KRAnimationKit / 0.13.1 / KRAnimationKit.podspec.json
blob8e32193d107f094be3397eff6516f0ebc686af87
2   "name": "KRAnimationKit",
3   "version": "0.13.1",
4   "summary": "An easy-to-use animation library, inspired by JHChainableAnimations.",
5   "description": "JHChainableAnimations is good, BUT, due to its unique syntax, the code could look very messy, if not undecipherable.\n\nKRAnimationKit adopts a more familiar and traditional syntax, making it really obvious what the functions will do.\nNot only that, it's really simple to mix and match animations for different views as well as reverse or repeat your animations.",
6   "homepage": "https://github.com/BridgeTheGap/KRAnimationKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Josh Woomin Park": "wmpark@knowre.com"
13   },
14   "source": {
15     "git": "https://github.com/BridgeTheGap/KRAnimationKit.git",
16     "tag": "0.13.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "KRAnimationKit/Classes/**/*",
22   "dependencies": {
23     "KRTimingFunction": [
24       "1.0.0"
25     ]
26   },
27   "pushed_with_swift_version": "3.0"