blob: 03f34d3109cefc06116abe052f566c8d503c97cd [file] [log] [blame]
{
"name": "SpiceKey",
"version": "2.8",
"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": "2.8"
},
"source_files": "SpiceKey/**/*.swift",
"swift_versions": "5",
"resources": "SpiceKey/**/*.xcassets",
"requires_arc": true,
"swift_version": "5"
}