2 "name": "AdaptiveTabBarController",
4 "summary": "A UITabBarController replacement with support for floating action button and adaptivity between trait environments on iOS, written in Swift.",
5 "description": "The AdaptiveTabBarController is an adaptive view controller that can be installed as \nthe root view controller of your application. It provides a floating action button which\ncan have actions presented when tapped. It uses the built in UITabBarController while in\na compact trait environment, and a custom built vertical tab bar controller while in a\nregular trait environment. The controller automatically adapts between the two as the\ntrait environment changes (e.g. split screen adjustments on iPad)",
6 "homepage": "https://github.com/cgossain/AdaptiveTabBarController",
12 "cgossain": "cgossain@gmail.com"
15 "git": "https://github.com/cgossain/AdaptiveTabBarController.git",
18 "swift_versions": "5.0",
22 "source_files": "AdaptiveTabBarController/Classes/**/*",
25 "AdaptiveTabBarController/Assets/**/*"
28 "frameworks": "UIKit",
34 "swift_version": "5.0"