blob: 23b0e26bfde21ab49b18220e615211f41e6c43e5 [file] [log] [blame]
{
"name": "ViewUtils",
"version": "1.0",
"summary": "ViewUtils is a collection of category methods designed that extend UIView with all the handy little properties and functionality.",
"description": "ViewUtils is a collection of category methods that extend UIView with all the handy little properties and functionality that you always wished were built-in to begin with.",
"homepage": "https://github.com/nicklockwood/ViewUtils",
"license": {
"type": "Zlib License",
"file": "LICENCE.md"
},
"authors": {
"Nick Lockwood": "support@charcoaldesign.co.uk"
},
"source": {
"git": "https://github.com/nicklockwood/ViewUtils.git",
"tag": "1.0"
},
"platforms": {
"ios": null
},
"source_files": "ViewUtils",
"frameworks": "QuartzCore",
"requires_arc": false
}