blob: d918af02cc0cd6814b46fc0119d087cecd7af57a [file] [log] [blame]
{
"name": "LXLayoutButton",
"version": "0.0.1",
"summary": "UIButton contains UIImageView and UILabel customize layout.",
"homepage": "https://github.com/xx-li/LXLayoutButton",
"license": "MIT",
"authors": {
"xx-li": "13348782277@163.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/xx-li/LXLayoutButton.git",
"tag": "0.0.1"
},
"source_files": [
"LXLayoutButton/*",
"LXLayoutButton/**/*.{h,m}"
],
"exclude_files": "LXLayoutButtonDemo",
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
],
"requires_arc": true
}