blob: 35ffe71ec8cc1e101d4bfff42a6e2afbe70be38a [file] [log] [blame]
{
"name": "CustomTabBarBadge",
"version": "0.1.0",
"summary": "This library provides a way to add custom Badge with Animation to TabBar.",
"description": "* This library adds an extension to UITabBarItem to add customised Badge to UITabBar\n* It provides Animation protocol for the developer to provide their own Animations\n* It provides a configuration protocol for the developer to provide their own configurations, such as font, backgroundColor etc.",
"homepage": "https://github.com/croyneaus4u/CustomTabBarBadge",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"croyneaus4u": "croyneaus4u@gmail.com"
},
"source": {
"git": "https://github.com/croyneaus4u/CustomTabBarBadge.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "CustomTabBarBadge/Classes/**/*",
"pushed_with_swift_version": "3.0"
}