blob: aabaf4471d6e82db875bb0ede3c6caa3f0148850 [file] [log] [blame]
{
"name": "GBRetractableTabBar",
"version": "1.3.1",
"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": "7.0"
},
"source": {
"git": "https://github.com/lmirosevic/GBRetractableTabBar.git",
"tag": "1.3.1"
},
"source_files": "GBRetractableTabBar",
"public_header_files": [
"GBRetractableTabBar/GBRetractableTabBar.h",
"GBRetractableTabBar/GBRetractableTabBarControlViewProtocol.h",
"GBRetractableTabBar/GBRetractableTabBar+UINavigationController.h"
],
"requires_arc": true,
"dependencies": {
"GBToolbox": [
]
}
}