blob: 9d98ac8078882211ca9d569cae413c07cc91bed0 [file] [log] [blame]
{
"name": "LLButton",
"version": "0.0.1",
"summary": "实现按钮的图片和文字左右、右左、上下、下上排列.",
"description": "To achieve the button picture and text left and right, right, up and down, under the arrangement",
"homepage": "https://github.com/kevll/LLButton",
"license": "MIT",
"authors": {
"kevll": "kevliule@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/kevll/LLButton.git",
"tag": "0.0.1"
},
"source_files": "UIButton+LLExtension/**/*.{h,m}",
"dependencies": {
"Masonry": [
]
}
}