blob: fdb21fd5bae6473977cdea5e9bf16c990fac67e3 [file] [log] [blame]
{
"name": "MASPreferences",
"version": "1.1",
"summary": "Modern implementation of the Preferences window for OS X apps, used in TextMate, GitBox and Mou.",
"homepage": "https://github.com/shpakovski/MASPreferences",
"license": {
"type": "BSD",
"file": "LICENSE.md"
},
"authors": {
"Vadim Shpakovski": "vadim@shpakovski.com"
},
"platforms": {
"osx": null
},
"source": {
"git": "https://github.com/shpakovski/MASPreferences.git",
"tag": "1.1"
},
"source_files": "*.{h,m}",
"resources": "*.xib",
"exclude_files": [
"README.md",
"LICENSE.md"
],
"requires_arc": false
}