blob: 19059a4224906e71983207b6f5134fe5cb79fd06 [file] [log] [blame]
{
"name": "UITabBarController+KTHidden",
"version": "0.1.1",
"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.1"
},
"social_media_url": "https://twitter.com/kasimte",
"platforms": {
"ios": "8.0"
},
"source_files": "UITabBarController-KTHidden/Classes/**/*"
}