blob: f6b42a32a8ace1eaf15784286f510d5fc8707f3a [file] [log] [blame]
{
"name": "MPButton",
"version": "0.1.0",
"summary": "A generic UIControl decorator that provides an easy way to deal with complex layout inside buttons.",
"description": "MPButton wraps any view that you provide adding UIControlEvents (ie. touchUpInside)\nand custom hit box.",
"homepage": "https://github.com/btadine/MPButton",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"btadine": "marcos.escac@gmail.com"
},
"source": {
"git": "https://github.com/btadine/MPButton.git",
"tag": "0.1.0"
},
"requires_arc": true,
"platforms": {
"ios": "9.0"
},
"source_files": "MPButton/Classes/MPButton.swift",
"pushed_with_swift_version": "3.0"
}