blob: b1c5fb882e2f18ede004349ccf6fb83608616070 [file] [log] [blame]
{
"name": "MLBOmniButton",
"version": "0.0.1",
"summary": "An Easy-to-use UIButton custom controls.",
"description": "- An Easy-to-use UIButton custom controls, including some of the common needs of the feature.\n- Like ImageView top of Label, or bottom, left, right.\n- Button can show Badge.\n- Can show web image.",
"homepage": "https://github.com/meilbn/MLBOmniButton",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"meilbn": "codingallnight@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/meilbn/MLBOmniButton.git",
"tag": "0.0.1"
},
"source_files": [
"MLBOmniButton",
"MLBOmniButton/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"requires_arc": true,
"dependencies": {
"SDWebImage": [
"~> 3.8.2"
]
}
}