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