blob: 6403f26f124a3347a7bd4dc9511ac3031937dd69 [file] [log] [blame]
{
"name": "CNSplitView",
"version": "0.1.4",
"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.4"
},
"platforms": {
"osx": "10.7"
},
"requires_arc": true,
"source_files": "CNSplitView/*.{h,m}",
"license": {
"type": "MIT",
"file": "ReadMe.md"
},
"frameworks": "QuartzCore"
}