blob: 54d83fca4cab5c7cf91bb5e9c7ca1170704b924f [file] [log] [blame]
{
"name": "com.awareframework.ios.sensor.barometer",
"version": "0.4.0",
"summary": "A Barometer Sensor Module for AWARE Framework.",
"description": "This sensor module allows us to manage air-pressure data provided by iOS [CMAltimeter](https://developer.apple.com/documentation/coremotion/cmaltimeter).",
"homepage": "https://github.com/awareframework/com.awareframework.ios.sensor.barometer",
"license": {
"type": "Apache2",
"file": "LICENSE"
},
"authors": {
"tetujin": "tetujin@ht.sfc.keio.ac.jp"
},
"source": {
"git": "https://github.com/awareframework/com.awareframework.ios.sensor.barometer.git",
"tag": "0.4.0"
},
"platforms": {
"ios": "10.0"
},
"swift_version": "4.2",
"source_files": "com.awareframework.ios.sensor.barometer/Classes/**/*",
"frameworks": "CoreMotion",
"dependencies": {
"com.awareframework.ios.sensor.core": [
"~> 0.4.1"
]
}
}