blob: 813de28fb52ebff3dfc7978d3eb70aad58f24f4d [file] [log] [blame]
{
"name": "SideMenuSwift",
"version": "0.0.1",
"summary": "An iOS container view controller which look like Android's Navigation Drawer.",
"description": "SideMenu is an iOS container view controller written in Swift. Its easy-to-use and suppoerts both storyboard and code. It provides several ways to reveal the menu and animate the status bar.",
"homepage": "https://github.com/kukushi/SideMenu",
"license": "MIT",
"authors": {
"kukushi": ""
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/kukushi/SideMenu.git",
"tag": "0.0.1"
},
"source_files": "SideMenu/*.{h,m,swift}",
"swift_version": "4.0",
"requires_arc": true
}