blob: a13722f7896cf2c1c14b183281d6b2bcc9c9b689 [file] [log] [blame]
{
"name": "XYXDomeTabBarController",
"version": "1.3.0",
"summary": "An easy way to create iOS tabBarController with/without dome button.",
"description": "开发者可以通过继承XYXDomeTabBarController来快速生成带凸起按钮的TabBarController, 也可直接生成普通的.\n可以设置凸起按钮domeButton的image以及highlightedImage, 重写它的点击事件domeButtonClicked(_ :).\n凸起按钮的位置可以通过domeIndex自定义,凸起按钮的大小也可以通过domeBar.domeButtonSize来自定义.",
"homepage": "https://github.com/uMina/XYXDomeTabBarController",
"screenshots": "https://github.com/uMina/XYXDomeTabBarController/raw/master/ReadMe/aa.gif",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Teresa": "yxx.umina@gmail.com"
},
"social_media_url": "https://umina.github.io/",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/uMina/XYXDomeTabBarController.git",
"tag": "1.3.0"
},
"source_files": "XYXDomeTabBarController/*.swift",
"resources": "XYXDomeTabBarController/bundle/*.png",
"requires_arc": true
}