blob: 685e956a274b6e385d2c3efb1efbcaf9a20b9776 [file] [log] [blame]
{
"name": "MediaKeyTap",
"version": "2.2.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.2.0"
},
"platforms": {
"osx": "10.10"
},
"requires_arc": true,
"source_files": "MediaKeyTap/*.{swift}",
"frameworks": "CoreGraphics"
}