blob: adc7faa38805f388072beff1b4c06d0046a47e7f [file] [log] [blame]
{
"name": "MASShortcut",
"version": "2.1.1",
"summary": "Modern framework for managing global keyboard shortcuts compatible with Mac App Store",
"homepage": "https://github.com/shpakovski/MASShortcut",
"license": "BSD 2-clause",
"authors": {
"Vadim Shpakovski": "vadim@shpakovski.com",
"Tomáš Znamenáček": "tomas.znamenacek@gmail.com"
},
"platforms": {
"osx": "10.6"
},
"source": {
"git": "https://github.com/shpakovski/MASShortcut.git",
"tag": "2.1.1"
},
"source_files": "Framework/*.{h,m}",
"exclude_files": "Framework/*Tests.m",
"osx": {
"frameworks": [
"Carbon",
"AppKit"
]
},
"requires_arc": true
}