blob: 5fa643f7a7a136bcb34ab9e5bdd3008c6a7c95b4 [file] [log] [blame]
{
"name": "RCROutlineButton",
"version": "1.0.0",
"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.0"
},
"platforms": {
"ios": "7.1"
},
"requires_arc": true,
"source_files": [
"RCROutlineButton/*.{h,m}"
],
"frameworks": "UIKit"
}