blob: eedebafdadc1fa2c513abee6fd01ff81d9dedb7a [file] [log] [blame]
{
"name": "DDMicrophoneBlowDetector",
"version": "0.1.0",
"summary": "iOS 'Utility' Class that monitors the microphone and watches for hissing noises and sends notifications. demo on github.",
"homepage": "https://github.com/Daij-Djan/MicrophoneBlowDetector",
"authors": {
"Dominik Pich": "dominik@pich.info"
},
"license": {
"type": "MIT"
},
"platforms": {
"ios": "4.0"
},
"source": {
"git": "https://github.com/Daij-Djan/MicrophoneBlowDetector.git",
"tag": "0.1.0"
},
"source_files": "**/DDMicBlowDetector.{h,m}",
"requires_arc": false
}