[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 8 / 7 / f / KRAnimationKit / 0.11.3 / KRAnimationKit.podspec.json
blobd905d4c51dbbdf52dab61f097c501fe1f8f69fb3
2   "name": "KRAnimationKit",
3   "version": "0.11.3",
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.11.3"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "KRAnimationKit/Classes/**/*",
22   "dependencies": {
23     "KRTimingFunction": [
25     ]
26   },
27   "pushed_with_swift_version": "echo 3.0 > .swift-version"