blob: 62f3eebbef5619bdffb3adf74c18d72e30448118 [file] [log] [blame]
{
"name": "CNBaseView",
"version": "1.0.10",
"summary": "CNBaseView is a subclass of NSView that can shows an icon and/or a text message if it has no subviews.",
"homepage": "https://github.com/phranck/CNBaseView",
"authors": {
"Frank Gregor": "phranck@cocoanaut.com"
},
"source": {
"git": "https://github.com/phranck/CNBaseView.git",
"tag": "1.0.10"
},
"platforms": {
"osx": "10.7"
},
"requires_arc": true,
"source_files": "CNBaseView/*.{h,m}",
"license": {
"type": "MIT",
"file": "ReadMe.md"
},
"frameworks": "QuartzCore"
}