[Add] AmazonIVSPlayer 1.36.0-rc.2
[CocoaPods.git] / Specs / 7 / 1 / 5 / AdaptiveTabBarController / 2.3.4 / AdaptiveTabBarController.podspec.json
blobe6fc6c4525bfb8c8f7599fc3d9e4b37905e983f0
2   "name": "AdaptiveTabBarController",
3   "version": "2.3.4",
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 adaptivity between compact\nand regular trait environments (e.g. split screen or rotation changes on iPad) as well \nas a floating action button which can have actions presented from it when tapped. It \nuses the built in UITabBarController while in a compact trait environment and a custom \nbuilt \"vertical\" tab bar controller while in a regular trait environment.",
6   "homepage": "https://github.com/cgossain/AdaptiveTabBarController",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "cgossain": "cgossain@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/cgossain/AdaptiveTabBarController.git",
16     "tag": "2.3.4"
17   },
18   "swift_versions": "5.0",
19   "platforms": {
20     "ios": "11.4"
21   },
22   "source_files": "AdaptiveTabBarController/Classes/**/*",
23   "resource_bundles": {
24     "LibAssets": [
25       "AdaptiveTabBarController/Assets/**/*"
26     ]
27   },
28   "frameworks": "UIKit",
29   "dependencies": {
30     "AppController": [
32     ]
33   },
34   "swift_version": "5.0"