[Add] LiveConnectUIKit_iOS 4.5.0.13
[CocoaPods.git] / Specs / 7 / 1 / 5 / AdaptiveTabBarController / 3.0.0 / AdaptiveTabBarController.podspec.json
blobc29a157926e9cf0d7fe5a994cc3d1e9919099662
2   "name": "AdaptiveTabBarController",
3   "version": "3.0.0",
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": "3.0.0"
17   },
18   "swift_versions": "5.0",
19   "platforms": {
20     "ios": "15.0"
21   },
22   "source_files": "AdaptiveTabBarController/Classes/**/*",
23   "resource_bundles": {
24     "LibAssets": [
25       "AdaptiveTabBarController/Assets/**/*"
26     ]
27   },
28   "frameworks": "UIKit",
29   "swift_version": "5.0"