blob: fa76133aefdc378c2f70e968e3f32b93a52b49b5 [file] [log] [blame]
{
"name": "KRPresentationKit",
"version": "0.13.0",
"summary": "A custom animation modal presentation library.",
"description": "KRPresentationKit makes custom modal presentation easy by providing useful default animations,\nas well as the functionality to define a custom animation.",
"homepage": "https://github.com/BridgeTheGap/KRPresentationKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Josh Woomin Park": "wmpark@knowre.com"
},
"source": {
"git": "https://github.com/BridgeTheGap/KRPresentationKit.git",
"tag": "0.13.0"
},
"swift_version": "4.2",
"platforms": {
"ios": "8.0"
},
"source_files": [
"KRPresentationKit/Classes/**/*.swift",
"KRPresentationKit/Extension/**/*.swift"
],
"dependencies": {
"KRTimingFunction": [
"~> 1.0.0"
]
}
}