[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / c / e / d / KRPresentationKit / 0.13.0 / KRPresentationKit.podspec.json
blobfa76133aefdc378c2f70e968e3f32b93a52b49b5
2   "name": "KRPresentationKit",
3   "version": "0.13.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.13.0"
17   },
18   "swift_version": "4.2",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": [
23     "KRPresentationKit/Classes/**/*.swift",
24     "KRPresentationKit/Extension/**/*.swift"
25   ],
26   "dependencies": {
27     "KRTimingFunction": [
28       "~> 1.0.0"
29     ]
30   }