blob: 1dd2d976678f20fb84ed6ff55a5d38f3b675bd39 [file] [log] [blame]
{
"name": "BorderedView",
"version": "0.1.0",
"summary": "An UIView subclass with corner radius, border width and border color configurable on Interface Builder.",
"homepage": "https://github.com/marcelofabri/BorderedView",
"screenshots": "https://raw.githubusercontent.com/marcelofabri/BorderedView/master/screenshot.png",
"license": "MIT",
"authors": {
"Marcelo Fabri": "me@marcelofabri.com"
},
"source": {
"git": "https://github.com/marcelofabri/BorderedView.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/marcelofabri_",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"BorderedView": [
"Pod/Assets/*.png"
]
},
"frameworks": "UIKit"
}