blob: 3a12317214d223511b6adfeb9ab8232d19e7f2c0 [file] [log] [blame]
{
"name": "LXToolBar",
"version": "0.2",
"summary": "定制的工具条,类似UITabBar,基于AutoLayout支持横竖屏切换",
"homepage": "https://github.com/xx-li/LXToolBar",
"license": "MIT",
"authors": {
"xx-li": "13348782277@163.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/xx-li/LXToolBar.git",
"tag": "0.2"
},
"source_files": [
"LXToolBar/*",
"LXToolBar/**/*.{h,m}"
],
"exclude_files": "LXToolBarDemo",
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
],
"requires_arc": true
}