blob: e50a6ffd28bc41be9b66016818f9fe26e19efbb9 [file] [log] [blame]
{
"name": "CNBackstageController",
"version": "1.1.4",
"summary": "CNBackstageController is an derivative of NSWindowController.",
"description": "It is a special impelementation to show you the content you would like to see. It mimics the behavior you have just seen in Notification Center (the Slide-In effect) of Mountain Lion.",
"homepage": "https://github.com/phranck/CNBackstageController",
"authors": {
"Frank Gregor": "phranck@cocoanaut.com"
},
"source": {
"git": "https://github.com/phranck/CNBackstageController.git",
"tag": "1.1.4"
},
"platforms": {
"osx": "10.7"
},
"requires_arc": true,
"source_files": "CNBackstageController/*.{h,m}",
"license": {
"type": "MIT",
"file": "ReadMe.md"
},
"frameworks": "QuartzCore"
}