blob: 32fd610d5b30de2db9e024a1113f0fe0e8f0da3a [file] [log] [blame]
{
"name": "DCOAboutWindow",
"version": "0.1.0",
"summary": "Introduces a prettier About Window.",
"description": " A replacement for the standard About dialog. Adds the option to open\n acknowledgments and visit the website by clicking a button.\n",
"homepage": "http://github.com/DangerCove/DCOAboutWindow",
"license": "BSD",
"authors": {
"Boy van Amstel": "boy@dangercove.com"
},
"platforms": {
"osx": "10.8"
},
"source": {
"git": "https://github.com/DangerCove/DCOAboutWindow.git",
"tag": "0.1.0"
},
"source_files": "DCOAboutWindow/*.{h,m}",
"resources": "DCOAboutWindow/*.{xib}",
"frameworks": "QuartzCore",
"dependencies": {
"DCOTransparentScroller": [
]
},
"requires_arc": true
}