blob: 0c3b79614d5b054a7afee16122f39e6e6e7cf3ee [file] [log] [blame]
{
"name": "MASShortcut",
"version": "2.3.2",
"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.3.2"
},
"source_files": "Framework/*.{h,m}",
"exclude_files": "Framework/*Tests.m",
"osx": {
"frameworks": [
"Carbon",
"AppKit"
],
"resource_bundles": {
"MASShortcut": [
"*.lproj"
]
}
},
"requires_arc": true
}