24 lines
999 B
JSON
24 lines
999 B
JSON
{
|
|
"name": "TLTabBarController",
|
|
"version": "0.0.6",
|
|
"platforms": {
|
|
"ios": "8.0"
|
|
},
|
|
"summary": "全能tabBarController,基于原生控件封装",
|
|
"description": "全能tabBarController,主要功能如下:\n1、气泡支持红点(如微信红点)\n2、点击、双击事件 (如微博双击tab刷新列表)\n3、tabBarItem仅图片支持\n4、突出的tabBarItem(如转转发布按钮),支持任意个\n5、切换自定义事件支持(如转转切换到消息tab前调登录)\n6、tabBar顶端线颜色设置、隐藏\n7、完美支持横屏\n8、完美支持“系统设置-辅助功能-按钮形状”模式",
|
|
"authors": {
|
|
"libokun": "libokun@126.com"
|
|
},
|
|
"homepage": "https://github.com/tbl00c/TLTabBarController",
|
|
"license": {
|
|
"type": "MIT",
|
|
"file": "LICENSE"
|
|
},
|
|
"source": {
|
|
"git": "https://github.com/tbl00c/TLTabBarController.git",
|
|
"tag": "0.0.6"
|
|
},
|
|
"requires_arc": true,
|
|
"source_files": "TLTabBarController/**/*.{h,m}"
|
|
}
|