blob: c06d58f9747d274e673c3ded8fe13e563a5596ee [file] [log] [blame]
{
"name": "SideMenuController",
"version": "0.1.3",
"license": "MIT",
"summary": "Fully customisable and easy to use side menu controller written in Swift.",
"description": "SideMenuController is a custom container view controller written in Swift which will display the main content within a center panel and the secondary content (option menu, navigation menu, etc.) within a side panel when triggered. The side panel can be displayed either on the left or on the right side, under or over the center panel.",
"homepage": "https://github.com/teodorpatras/SideMenuController",
"social_media_url": "http://twitter.com/teodorpatras",
"authors": {
"Teodor PatraČ™": "me@teodorpatras.com"
},
"source": {
"git": "https://github.com/teodorpatras/SideMenuController.git",
"tag": "0.1.3"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Source/*.swift",
"requires_arc": true
}