blob: 5894371c908c17c1b19ef8e0d38f37a6e92ef4f7 [file] [log] [blame]
{
"name": "GBRetractableTabBar",
"version": "1.3.0",
"summary": "iOS Control for a retractable tab bar that supports full customisation in terms of sizing, behaviour, and custom views.",
"homepage": "https://github.com/lmirosevic/GBRetractableTabBar",
"license": "Apache License, Version 2.0",
"authors": {
"Luka Mirosevic": "luka@goonbee.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/lmirosevic/GBRetractableTabBar.git",
"tag": "1.3.0"
},
"source_files": "GBRetractableTabBar",
"public_header_files": [
"GBRetractableTabBar/GBRetractableTabBar.h",
"GBRetractableTabBar/GBRetractableTabBarControlViewProtocol.h",
"GBRetractableTabBar/GBRetractableTabBar+UINavigationController.h"
],
"requires_arc": true,
"dependencies": {
"GBToolbox": [
]
}
}