[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 3 / 0 / 1 / SabBar / 1.0.0 / SabBar.podspec.json
blobf00bb8e64e480558c325f29eda988ec399fe7e32
2   "name": "SabBar",
3   "version": "1.0.0",
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": "v1.0.0"
18   },
19   "source_files": "Sources/**/*.{swift}",
20   "requires_arc": true,
21   "pushed_with_swift_version": "3.0"