blob: 17bb8be8a07a1aa16540eb4e1b133861cd981495 [file] [log] [blame]
{
"name": "Mute",
"version": "0.2.2",
"summary": "Detect if silent/mute switch is enabled/disabled",
"description": "There is no native iOS API to detect if the mute switch is enabled/disabled on a device.\n\nThe general principle to check if the device is muted is to play a short sound and detect the length it took to play.\nFrom this length we can determine if it was muted or not.\n\nThis library is a Swift variant of https://github.com/moshegottlieb/SoundSwitch.",
"homepage": "https://github.com/akramhussein/Mute",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Akram Hussein": "akramhussein@gmail.com"
},
"source": {
"git": "https://github.com/akramhussein/Mute.git",
"tag": "0.2.2"
},
"social_media_url": "https://twitter.com/ahussein",
"platforms": {
"ios": "8.0"
},
"source_files": "Mute/Classes/**/*",
"resource_bundles": {
"Mute": [
"Mute/Assets/*.aiff"
]
},
"frameworks": [
"Foundation",
"AudioToolbox"
],
"pushed_with_swift_version": "4.0"
}