blob: 4d4cf6fef483c4884ff8c62361d41e62582b0a47 [file] [log] [blame]
{
"name": "SpiceKey",
"version": "1.3",
"summary": "Global Shortcuts for macOS written in Swift.",
"description": "By using SpiceKey, you can implement an utility app with shortcuts easily.\nDemo app can be downloaded from GitHub.",
"homepage": "https://github.com/Kyome22/SpiceKey",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Takuto Nakamura": "kyomesuke@icloud.com"
},
"social_media_url": "https://twitter.com/Kyomesuke3",
"platforms": {
"osx": "10.12"
},
"source": {
"git": "https://github.com/Kyome22/SpiceKey.git",
"tag": "1.3"
},
"frameworks": [
"Appkit",
"Carbon"
],
"source_files": "SpiceKey/**/*.swift",
"swift_version": "5",
"requires_arc": true
}