blob: 2edc1629c7b21e59b8d3ccc11c79f9fc58d767e6 [file] [log] [blame]
{
"name": "QQTabBarController",
"version": "0.1.0",
"summary": "A custom UITabBarController which can add a center button beyond the tabBar's bounds",
"swift_version": "4.2.0",
"description": "A custom UITabBarController which can add a center button beyond the tabBar's bounds, also can set some properties of UITabBarItem such as background image, titleTextAttributes",
"homepage": "https://github.com/qinqi777/QQTabBarController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"qinqi777": "qinqi376990311@163.com"
},
"source": {
"git": "https://github.com/qinqi777/QQTabBarController.git",
"tag": "0.1.0"
},
"social_media_url": "https://blog.csdn.net/qinqi376990311",
"platforms": {
"ios": "8.0"
},
"source_files": "QQTabBarController/Classes/**/*",
"requires_arc": true,
"frameworks": "UIKit"
}