blob: 408e12ee9a8f1ba994841d6bd9aab6bf921e6660 [file] [log] [blame]
{
"name": "CBHWindowManager",
"version": "1.0.2",
"module_name": "CBHWindowManager",
"summary": "An easy-to-use singleton which manages `NSWindow` and `NSWindowController` objects",
"homepage": "https://github.com/chris-huxtable/CBHWindowManager",
"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/CBHWindowManager.git",
"tag": "v1.0.2"
},
"requires_arc": true,
"public_header_files": "CBHWindowManager/*.h",
"private_header_files": "CBHWindowManager/_*.h",
"source_files": "CBHWindowManager/*.{h,m}"
}