blob: 712d34b7fb7436673fa381dd69a19325813a170d [file] [log] [blame]
{
"name": "DrawerViewController",
"version": "0.0.9",
"summary": "The drawer view controller is a simple UI used for displaying content over another view controller.",
"description": "The drawer view controller is a simple UI designed very similarly to what is used in Apple maps and stocks and Google Maps.",
"homepage": "https://github.com/kevcodex/DrawerViewController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kevin Chen": "kevchen2@gmail.com"
},
"source": {
"git": "https://github.com/kevcodex/DrawerViewController.git",
"tag": "0.0.9"
},
"platforms": {
"ios": "11.0"
},
"swift_versions": [
"5.0",
"5.1"
],
"source_files": "Source/*.swift",
"frameworks": "UIKit",
"swift_version": "5.1"
}