blob: 4ddbcaa4ca0785d802a86453ce2f8956185e4e2d [file] [log] [blame]
{
"name": "SabBar",
"version": "0.9.1",
"summary": "Drop-in UITabBarController subclass that shows a sidebar with tabs based on trait collections.",
"description": "`SabBarController` is a subclass of `UITabBarController` that adds the option\nto show a sidebar with tabs instead of the classic `UITabBar` based on trait\ncollections.\n\n![iPhone-landscape](https://raw.githubusercontent.com/macteo/SabBar/master/Assets/Readme/iPhone-landscape.png)\n\nIn order to use it, just instantiate it instead of the standard\n`UITabBarController` programmatically or within Storyboards.\n\n![custom-class](https://raw.githubusercontent.com/macteo/SabBar/master/Assets/Readme/custom-class.jpg)",
"homepage": "https://github.com/macteo/SabBar",
"license": "MIT",
"authors": {
"Matteo Gavagnin": "m@macteo.it"
},
"social_media_url": "https://twitter.com/@macteo",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/macteo/SabBar.git",
"tag": "v0.9.1"
},
"source_files": "Sources/**/*.{swift}",
"requires_arc": true
}