blob: 5bb0f37449a8f56ee1dfbb240aeaf199e0db66c2 [file] [log] [blame]
{
"name": "RDMBorderedButton",
"version": "1.1.0",
"summary": "A subclass of UIButton that adds a border.",
"description": "RDMBorderedButton is a subclass of UIButton that makes it easy to add a bordered button to your project.\n \n * Adds a thin border that is the same color as the text. \n * The border color respects the dimmed tint color when alerts show. \n * The corner radius is (optionally) automatically set based on button frame.",
"homepage": "https://github.com/reesemclean/RDMBorderedButton",
"screenshots": "https://raw.githubusercontent.com/reesemclean/RDMBorderedButton/master/screenshot.png",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Reese McLean": "reese.mclean@me.com"
},
"social_media_url": "http://twitter.com/reesemclean",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/reesemclean/RDMBorderedButton.git",
"tag": "v1.1.0"
},
"source_files": "RDMBorderedButton/RDMBorderedButton.{h,m}",
"public_header_files": "RDMBorderedButton/RDMBorderedButton.h",
"requires_arc": true
}