blob: 472b7e321d632d4f62f348fb243dde2e2785d3bc [file] [log] [blame]
{
"name": "HRRoundAndBorderedView",
"version": "1.2",
"summary": "UIView category.",
"description": "UIView category for update view's layer properties: borderColor, borderWidth and cornerRadius. Also can't be changed from Interface Builder 'cause properties is IBInspectable.",
"homepage": "https://github.com/ivanshevelev/HRRoundAndBorderedView",
"license": "MIT",
"authors": {
"Ivan Shevelev": "ivan.shevelev@sibers.com"
},
"source": {
"git": "https://github.com/ivanshevelev/HRRoundAndBorderedView.git",
"tag": "1.2"
},
"social_media_url": "https://twitter.com/antsy_ivan",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"HRRoundAndBorderedView": [
"Pod/Assets/*.png"
]
},
"frameworks": "UIKit"
}