blob: 2ed2d08ed0456e4b965d1d44246ee2c50956bbd1 [file] [log] [blame]
{
"name": "MZViewInspectables",
"version": "0.0.3",
"summary": "Category to add common IBInspectable properties to UIView instances",
"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.3"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
]
}