blob: 48e1ae002e72530119d6a461094b28c34dbed29a [file] [log] [blame]
{
"name": "HotKey",
"version": "0.1.2",
"authors": {
"Sam Soffes": "sam@soff.es"
},
"homepage": "https://github.com/soffes/HotKey",
"summary": "Simple global shortcuts in macOS.",
"source": {
"git": "https://github.com/soffes/HotKey.git",
"tag": "v0.1.2"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"osx": "10.9"
},
"frameworks": [
"AppKit",
"Carbon"
],
"source_files": "Sources/HotKey/**/*.{h,m,swift}"
}