blob: 0c46e5c8e8d30c0b99846136a2118f4d366a916d [file] [log] [blame]
{
"name": "MZViewInspectables",
"version": "0.0.1",
"summary": "Category to add IB inspectability to various UIView properties",
"description": " A set of categories to allow native Interface Builder manipulation\n of various UIView properties. Support for border size, border colour,\n and corner rounding is provided\n",
"homepage": "https://github.com/moshozen/MZViewInspectables",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Mat Trudel": "mat@geeky.net"
},
"social_media_url": "http://twitter.com/mattrudel",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/moshozen/MZViewInspectables.git",
"tag": "0.0.1"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
]
}