blob: 7fb2d6ceaa31609d48918f8a3539b89bfe20283e [file] [log] [blame]
{
"name": "DBPrefsWindowController",
"version": "0.0.1",
"summary": "A subclass of NSWindowController that provides an easy way to create preference windows.",
"homepage": "https://github.com/kgn/DBPrefsWindowController",
"license": {
"type": "Creative Commons License",
"text": "http://creativecommons.org/licenses/by/3.0/"
},
"authors": {
"David Keegan": "git@davidkeegan.com"
},
"source": {
"git": "https://github.com/kgn/DBPrefsWindowController.git",
"commit": "8696fee5db40ec62f1544c8d002532b1ba81cd5e"
},
"platforms": {
"osx": null
},
"source_files": "Source/*.{h,m}",
"exclude_files": "**/{AppController,main,AppPrefs}*",
"requires_arc": true
}