blob: 98707cd4e69ad1334d64166f96b9b6b8b7a9667f [file] [log] [blame]
{
"name": "UIView+Rounded",
"version": "0.1.0",
"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.0"
},
"platforms": {
"ios": "7.0"
},
"source_files": [
"UIView+Rounded",
"*.{h,m}"
],
"requires_arc": true
}