blob: 36b649cf0e6ee90da3ba10c98c86902336e16ca9 [file] [log] [blame]
{
"name": "DrawerKit",
"version": "0.6.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 more options\nbeing added regularly.",
"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.6.0"
},
"source_files": "DrawerKit/**/*.{swift}"
}