blob: fca2b49311cbbc8d953b90921f0716278cea7375 [file] [log] [blame]
{
"name": "DrawerViewController",
"version": "0.0.10",
"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.10"
},
"platforms": {
"ios": "11.0"
},
"swift_versions": [
"5.0",
"5.1"
],
"source_files": "Source/*.swift",
"frameworks": "UIKit",
"swift_version": "5.1"
}