[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 7 / 1 / 5 / AdaptiveTabBarController / 2.3.5 / AdaptiveTabBarController.podspec.json
blobbee6d77552cfd8fb736e11c75f17a70c240c5501
2   "name": "AdaptiveTabBarController",
3   "version": "2.3.5",
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.5"
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"