blob: 9f28e6e7e945518adae4f6332458146c5b918e6f [file] [log] [blame]
{
"name": "JKDrawer",
"version": "0.6.1",
"summary": "A Maps like drawer for iOS.",
"description": "A Maps like drawer for iOS.\n\nFeatures:\n\n- control drawer size\n- snap to preferred sizes\n- multiple stacked drawers\n- dragging and closing using gestures\n- handling nested scroll views\n- subtle animations\n- no need to subclass view controllers",
"homepage": "https://github.com/johankool/Drawer",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Johan Kool": "johan@egeniq.com"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "4.2",
"source": {
"git": "https://github.com/johankool/Drawer.git",
"tag": "0.6.1"
},
"source_files": "Sources/JKDrawer/*.{h,swift}",
"swift_version": "4.2"
}