blob: 6725a62ab7bfbd93c512c7aefe68a3bb6d6e62eb [file] [log] [blame]
{
"name": "UIViewInspectable",
"version": "0.0.1",
"summary": "UIView extension for setting cornerRadius, borderWidth or borderColor in Interface Builder as IBInspectable.",
"description": " Inspired by Nate Cook's NSHipster article \"IBInspectable / IBDesignable\" (http://nshipster.com/ibinspectable-ibdesignable/). Written in Swift.\n",
"homepage": "https://github.com/apploft/UIViewInspectable",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Michael Kamphausen": "michael.kamphausen@apploft.de"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/apploft/UIViewInspectable.git",
"tag": "0.0.1"
},
"source_files": "Source/*.swift",
"requires_arc": true
}