blob: a3dc72c6714dd171742cd32f7d632549206b24bd [file] [log] [blame]
{
"name": "CBHAboutWindow",
"version": "1.2.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.11"
},
"source": {
"git": "https://github.com/chris-huxtable/CBHAboutWindow.git",
"tag": "v1.2.0"
},
"requires_arc": true,
"public_header_files": "CBHAboutWindow/*.h",
"private_header_files": "CBHAboutWindow/_*.h",
"source_files": "CBHAboutWindow/*.{h,m}"
}