blob: b6eb4bd50b173400bd807870c74d1bd22bb22cd5 [file] [log] [blame]
{
"name": "KeyHolder",
"version": "2.1.0",
"summary": "Record shortcuts in macOS, like Alfred app.",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"homepage": "https://github.com/Clipy/KeyHolder",
"authors": {
"Econa77": "f.s.1992.ip@gmail.com"
},
"source": {
"git": "https://github.com/Clipy/KeyHolder.git",
"tag": "v2.1.0"
},
"platforms": {
"osx": "10.9"
},
"source_files": "Lib/KeyHolder/*.swift",
"resource_bundles": {
"KeyHolder": [
"Lib/KeyHolder/Resources/*.png"
]
},
"frameworks": [
"Carbon",
"Cocoa"
],
"dependencies": {
"Magnet": [
"~> 2.1"
]
},
"pushed_with_swift_version": "4.0"
}