blob: 69b4c7980c676c7ad73efed90046f044432cd053 [file] [log] [blame]
{
"name": "ShortcutRecorder",
"version": "3.0",
"summary": "The best control to record shortcuts on macOS",
"homepage": "https://github.com/Kentzo/ShortcutRecorder",
"license": {
"type": "CC BY 4.0",
"file": "LICENSE.txt"
},
"authors": {
"Ilya Kulakov": "kulakov.ilya@gmail.com"
},
"source": {
"git": "https://github.com/Kentzo/ShortcutRecorder.git",
"tag": "3.0"
},
"platforms": {
"osx": "10.11"
},
"frameworks": [
"Carbon",
"Cocoa"
],
"subspecs": [
{
"name": "Core",
"source_files": "Library/*.{h,m}",
"resource_bundles": {
"ShortcutRecorder": [
"Resources/*.lproj",
"Resources/*.png"
]
},
"requires_arc": true
}
]
}