blob: e0353efca7632ee50ede4c3e8901d3f0f873795f [file] [log] [blame]
{
"name": "com.awareframework.ios.sensor.ambientnoise",
"version": "0.2.1",
"summary": "An Ambient Noise Sensor Module for AWARE Framework",
"description": "Ambient Noise sensor allows us to collect ambient noise information by each period using a phone's microphone. The data contains RMS, frequency (Hz), and decibels(dB). As an audio processing unit, this sensor uses [EZAudio](https://github.com/syedhali/EZAudio) which is an open-source audio sensing framework (MIT License).",
"homepage": "https://github.com/awareframework/com.awareframework.ios.sensor.ambientnoise",
"license": {
"type": "Apache2",
"file": "LICENSE"
},
"authors": {
"tetujin": "tetujin@ht.sfc.keio.ac.jp"
},
"source": {
"git": "https://github.com/awareframework/com.awareframework.ios.sensor.ambientnoise.git",
"tag": "0.2.1"
},
"platforms": {
"ios": "10.0"
},
"swift_version": "4.2",
"source_files": "com.awareframework.ios.sensor.ambientnoise/Classes/**/*",
"public_header_files": "com.awareframework.ios.sensor.ambientnoise/Classes/**/*.h",
"dependencies": {
"com.awareframework.ios.sensor.core": [
"~>0.3.1"
]
}
}