blob: 6d253a9d8d900eab72601972540dd8301876e77e [file] [log] [blame]
{
"name": "UIView+Rounded",
"version": "0.1.4",
"summary": "UIView category that adds a rounded effect to its bounds.",
"homepage": "https://github.com/quentinhayot/UIView-Rounded",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Quentin Hayot": "q.hayot@gmail.com"
},
"source": {
"git": "https://github.com/quentinhayot/UIView-Rounded.git",
"tag": "0.1.4"
},
"platforms": {
"ios": "7.0"
},
"source_files": [
"UIView+Rounded",
"*.{h,m}"
],
"requires_arc": true
}