[Add] RegulaCommonNightly 7.5.939
[CocoaPods.git] / Specs / 7 / 1 / 5 / AdaptiveTabBarController / 2.3.2 / AdaptiveTabBarController.podspec.json
blobdf07da09c76abfda6065538227b83ba00b37d30d
2   "name": "AdaptiveTabBarController",
3   "version": "2.3.2",
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",
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.2"
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"