blob: 7d6ed3ddc6c253babe86c3a9d6c91261c569a859 [file] [log] [blame]
{
"name": "HRRoundAndBorderedView",
"version": "1.0",
"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.0"
},
"social_media_url": "https://twitter.com/antsy_ivan",
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"HRRoundAndBorderedView": [
"Pod/Assets/*.png"
]
},
"frameworks": "UIKit"
}