blob: 334918b75dee8a60b113a56d725d46e638630920 [file] [log] [blame]
{
"name": "CNSplitView",
"version": "0.1.9",
"summary": "CNSplitView is an feature enhanced derivative of NSSplitView. It has support for sticky top or bottom toolbars for each of its subviews.",
"homepage": "https://github.com/phranck/CNSplitView",
"authors": {
"Frank Gregor": "phranck@cocoanaut.com"
},
"source": {
"git": "https://github.com/phranck/CNSplitView.git",
"tag": "0.1.9"
},
"platforms": {
"osx": "10.8"
},
"requires_arc": true,
"source_files": "CNSplitView/*.{h,m}",
"license": {
"type": "MIT",
"file": "ReadMe.md"
},
"frameworks": "QuartzCore"
}