blob: 2100378b96177e07339427928bbcfb480a60c365 [file] [log] [blame]
{
"name": "BorderButton",
"version": "0.1.1",
"summary": "Subclass of UIButton that gives a colored border around a UIButton.",
"description": " Subclass of UIButton that gives a colored border around a UIButton. The subclass takes the textColor attribute and creates a border with that color. When a user presses the button, it will change to be filled with the border color creating a solid color button.\n",
"homepage": "https://github.com/fmscode/BorderButton",
"license": "MIT",
"authors": {
"Frank Michael Sanchez": "orion1701@me.com"
},
"source": {
"git": "https://github.com/fmscode/BorderButton.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Classes"
}