blob: 96637118e7eb0a8eaf9be44623fc86153eb8a58b [file] [log] [blame]
{
"name": "XKey",
"version": "0.1.0",
"summary": "Cocoa Key Handler Extension.",
"description": "xKey is a Cocoa key handler extension for OSX written in Swift 🐧",
"homepage": "https://github.com/natmark/xKey",
"screenshots": "https://github.com/natmark/xKey/raw/master/Resources/xKey-example.gif?raw=true",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"natmark": "natmark0918@gmail.com"
},
"platforms": {
"osx": "10.13"
},
"swift_version": "4.1",
"source": {
"git": "https://github.com/natmark/xKey.git",
"tag": "0.1.0"
},
"source_files": "XKey/**/*.swift"
}