blob: 9e14b6e80af1fa32f62126394bd13c04259c9e4b [file] [log] [blame]
{
"name": "MTBackgroundView",
"version": "1.0",
"summary": "A NSView subclass wich fills itself with the color set to backgroundColor.",
"description": "NSView does not have a backgroundColor property like UIView does, so this view will draw a background color if set.",
"homepage": "https://github.com/mathieutozer/MTBackgroundView",
"license": "MIT",
"authors": {
"Mathieu Tozer": "mathieutozer@gmail.com"
},
"source": {
"git": "https://github.com/mathieutozer/MTBackgroundView.git",
"tag": "1.0"
},
"platforms": {
"osx": "10.11"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*"
}