[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 3 / 0 / 1 / SabBar / 0.9.1 / SabBar.podspec.json
blob4ddbcaa4ca0785d802a86453ce2f8956185e4e2d
2   "name": "SabBar",
3   "version": "0.9.1",
4   "summary": "Drop-in UITabBarController subclass that shows a sidebar with tabs based on trait collections.",
5   "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)",
6   "homepage": "https://github.com/macteo/SabBar",
7   "license": "MIT",
8   "authors": {
9     "Matteo Gavagnin": "m@macteo.it"
10   },
11   "social_media_url": "https://twitter.com/@macteo",
12   "platforms": {
13     "ios": "8.0"
14   },
15   "source": {
16     "git": "https://github.com/macteo/SabBar.git",
17     "tag": "v0.9.1"
18   },
19   "source_files": "Sources/**/*.{swift}",
20   "requires_arc": true