blob: cc9ef25d102f6141d6e9393271e0e1a117d58e18 [file] [log] [blame]
{
"name": "DrawerKit",
"version": "0.2.0",
"summary": "An implementation of an interactive and animated view, similar to what you see in Apple Maps",
"description": "DrawerKit allows you to modally present a view controller from another, in such a way that the\npresented view controller slides up as a \"drawer\", much like what happens when you tap on a location\nin the map when using the Apple Maps app. The library is highly configurable, with a few more options\ncoming soon.",
"homepage": "https://github.com/Babylonpartners/DrawerKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Wagner Truppel": "ios-developers@babylonhealth.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/Babylonpartners/DrawerKit.git",
"tag": "0.2.0"
},
"source_files": "DrawerKit/**/*.{swift}",
"pushed_with_swift_version": "4.0"
}