[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / c / e / d / KRPresentationKit / 0.6.0 / KRPresentationKit.podspec.json
blob50d47e64d31d8a1fe43699c88d841c85d8f01da2
2   "name": "KRPresentationKit",
3   "version": "0.6.0",
4   "summary": "A custom animation modal presentation library.",
5   "description": "KRPresentationKit makes custom modal presentation easy by providing useful default animations,\nas well as the functionality to define a custom animation.",
6   "homepage": "https://github.com/BridgeTheGap/KRPresentationKit",
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/KRPresentationKit.git",
16     "tag": "0.6.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "KRPresentationKit/Classes/**/*",
22   "dependencies": {
23     "KRAnimationKit": [
25     ]
26   }