blob: fcd29fa88bbc858f1ed22245cdf3fdc335fbc62e [file] [log] [blame]
{
"name": "UITabBarController+KTHidden",
"version": "0.1.6",
"summary": "A UITabBarController category with UITabBar hide and show animations.",
"description": "Allows one-line changes to the visibility of the controller’s built-in tabbar. The interface is based on UINavigationController's setToolbarHidden:animated: and toolbarHidden methods.",
"homepage": "https://github.com/kasimte/UITabBarController-KTHidden",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kasim Te": "kasimte@gmail.com"
},
"source": {
"git": "https://github.com/kasimte/UITabBarController-KTHidden.git",
"tag": "0.1.6"
},
"social_media_url": "https://twitter.com/kasimte",
"platforms": {
"ios": "8.0"
},
"source_files": "UITabBarController+KTHidden/Classes/**/*.{h,m}",
"public_header_files": "UITabBarController+KTHidden/**/*.h",
"requires_arc": true
}