[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 8 / 7 / f / KRAnimationKit / 0.11.1 / KRAnimationKit.podspec.json
blobd9153016aa3ee502796e46d0eeef0edea2b1a4a7
2   "name": "KRAnimationKit",
3   "version": "0.11.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.11.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "KRAnimationKit/Classes/**/*",
22   "dependencies": {
23     "KRTimingFunction": [
25     ]
26   }