blob: 89d9c7fbbcaefa7786e458db51598ed502fefa0b [file] [log] [blame]
{
"name": "DrawerView",
"version": "1.3.0",
"summary": "An iOS 10 Maps.app style drawer to be used anywhere in your app",
"description": "DrawerView is a view for iOS that mimics the functionality of the drawer introduced in the Maps (iOS 10 →).",
"homepage": "https://github.com/mkko/DrawerView",
"screenshots": [
"https://raw.githubusercontent.com/mkko/DrawerView/master/Resources/search_sample.gif",
"https://raw.githubusercontent.com/mkko/DrawerView/master/Resources/dark_sample.gif",
"https://raw.githubusercontent.com/mkko/DrawerView/master/Resources/toolbar_sample.gif"
],
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Mikko Välimäki": "mkko1373@gmail.com"
},
"social_media_url": "http://twitter.com/mkko",
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/mkko/DrawerView.git",
"tag": "1.3.0"
},
"source_files": [
"DrawerView",
"DrawerView/**/*.{h,m}"
]
}