blob: 3ce5d009c8ea802db91229d7adaf7917953b3ff5 [file] [log] [blame]
{
"name": "UIButton-LXLayout",
"version": "0.1",
"summary": "UIButton contains UIImageView and UILabel customize layout.",
"homepage": "https://github.com/xx-li/UIButton-LXLayout",
"license": "MIT",
"authors": {
"xx-li": "x@devlxx.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/xx-li/UIButton-LXLayout.git",
"tag": "0.1"
},
"source_files": [
"UIButton-LXLayout/*",
"UIButton-LXLayout/**/*.{h,m}"
],
"exclude_files": "LXLayoutButtonDemo",
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
],
"requires_arc": true
}