blob: ab9d0d189bcf57f7cbbf127709231f57a1c5ce2a [file] [log] [blame]
{
"name": "SpiceKey",
"version": "3.4",
"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/Kyomesuke",
"platforms": {
"osx": "10.12"
},
"source": {
"git": "https://github.com/Kyome22/SpiceKey.git",
"tag": "3.4"
},
"source_files": "SpiceKey/**/*.swift",
"swift_versions": "5",
"resources": "SpiceKey/**/*.xcassets",
"requires_arc": true,
"swift_version": "5"
}