blob: 87caf6f78fbdfac746a5d00b1316c0a8f65fb951 [file] [log] [blame]
{
"name": "RCROutlineButton",
"version": "1.0.1",
"summary": "An iOS UIButton subclass with an outline border whose colour matches that of the title label.",
"homepage": "https://github.com/robinsonrc/RCROutlineButton",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Rich Robinson",
"source": {
"git": "https://github.com/robinsonrc/RCROutlineButton.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "7.1"
},
"requires_arc": true,
"source_files": [
"RCROutlineButton/*.{h,m}"
],
"frameworks": "UIKit"
}