blob: dbd13ffed686670e429d6104762b9052ade2ba99 [file] [log] [blame]
{
"name": "MediaKeyTap",
"version": "2.1.0",
"summary": "Access the Mac's media keys in Swift",
"homepage": "https://github.com/nhurden/MediaKeyTap",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Nicholas Hurden": "git@nhurden.com"
},
"source": {
"git": "https://github.com/nhurden/MediaKeyTap.git",
"tag": "2.1.0"
},
"platforms": {
"osx": "10.10"
},
"requires_arc": true,
"source_files": "MediaKeyTap/*.{swift}",
"frameworks": "CoreGraphics",
"pushed_with_swift_version": "4.0"
}