blob: f04ab226c950f009ff64a0ae800b0d72ba5b0524 [file] [log] [blame]
{
"name": "CBHAboutWindow",
"version": "1.1.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.1.0"
},
"requires_arc": true,
"public_header_files": "CBHAboutWindow/*.h",
"private_header_files": "CBHAboutWindow/_*.h",
"source_files": "CBHAboutWindow/*.{h,m}"
}