blob: 7e0d2dd0d9667bc4b25eed1d03cdfe93f785f91f [file] [log] [blame]
{
"name": "MARoundButton",
"version": "0.1.0",
"summary": "A UIButton SubClass to make rounding easier.",
"description": "A UIButton SubClass utilizing IBDesignable and IBInspectable, to make rounding easier. Written in Swift 2.2.",
"homepage": "https://github.com/Miller47/MARoundButton",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Tyler Miller",
"source": {
"git": "https://github.com/Miller47/MARoundButton.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "MARoundButton/Classes/**/*"
}