blob: bdb2c3006b4be2cbc2c04ae1fdb7922258caddf7 [file] [log] [blame]
{
"name": "JKDrawer",
"version": "0.7",
"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",
"4.3",
"5.0",
"5.1"
],
"source": {
"git": "https://github.com/johankool/Drawer.git",
"tag": "0.7"
},
"source_files": "Sources/JKDrawer/*.{h,swift}",
"swift_version": "5.1"
}