blob: a90a0b9f07fdaa92d2cdaa8b02f7ccba40e92bfe [file] [log] [blame]
{
"name": "CNUserNotification",
"version": "0.1.0",
"summary": "CNUserNotification gives you „the same‟ support for user notifications on OS X Lion 10.7 like OS X Mountain Lion 10.8 it does.",
"homepage": "https://github.com/phranck/CNUserNotification",
"authors": {
"Frank Gregor": "phranck@cocoanaut.com"
},
"source": {
"git": "https://github.com/phranck/CNUserNotification.git",
"tag": "0.1.0"
},
"platforms": {
"osx": "10.7"
},
"requires_arc": true,
"source_files": "CNUserNotification/*.{h,m}",
"license": {
"type": "MIT",
"file": "ReadMe.md"
},
"frameworks": "QuartzCore"
}