blob: ce040088e7e677793771921081c039f42f83b2fb [file] [log] [blame]
{
"name": "CBHAboutWindow",
"version": "1.0.0",
"module_name": "CBHAboutWindow",
"summary": "A fancier about window.",
"homepage": "https://github.com/chris-huxtable/CBHAboutWindow",
"license": {
"type": "ISC",
"file": "LICENSE"
},
"authors": {
"Chris Huxtable": "chris@huxtable.ca"
},
"social_media_url": "https://twitter.com/@Chris_Huxtable",
"platforms": {
"osx": "10.10"
},
"source": {
"git": "https://github.com/chris-huxtable/CBHAboutWindow.git",
"tag": "v1.0.0"
},
"requires_arc": true,
"public_header_files": "CBHAboutWindow/*.h",
"private_header_files": "CBHAboutWindow/_*.h",
"source_files": "CBHAboutWindow/*.{h,m}"
}