blob: d96f7f1455134a7fa4f4ab9ebf8daa53d32d4102 [file] [log] [blame]
{
"name": "CNBaseView",
"version": "1.0.3",
"summary": "CNBaseView is a subclass of NSView that can show 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.3"
},
"platforms": {
"osx": "10.7"
},
"requires_arc": true,
"source_files": "CNBaseView/*.{h,m}",
"license": {
"type": "MIT",
"file": "ReadMe.md"
},
"frameworks": "QuartzCore"
}