[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 8 / 7 / f / KRAnimationKit / 0.11.6 / KRAnimationKit.podspec.json
blob23044fc29b592516db48967e6d17ffe8373670e4
2   "name": "KRAnimationKit",
3   "version": "0.11.6",
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.6"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "KRAnimationKit/Classes/**/*",
22   "dependencies": {
23     "KRTimingFunction": [
24       "~> 0.10.2"
25     ]
26   },
27   "pushed_with_swift_version": "3.0"