blob: 735d657a3b1f72a7a22fab6336a90038ff8b82ac [file] [log] [blame]
{
"name": "TDSideMenuController",
"version": "0.5",
"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://gitlab.com/tedmob/ios/sidemenucontroller",
"social_media_url": "https://tedmob.com",
"authors": {
"iOS Team": "ios@tedmob.com"
},
"source": {
"git": "https://gitlab.com/tedmob/ios/sidemenucontroller.git",
"tag": "0.5"
},
"platforms": {
"ios": "10.0"
},
"source_files": "Source/*.swift",
"requires_arc": true
}