blob: 29d4e88e50e1d8c7429443c46c3f24bcfb67fab3 [file] [log] [blame]
{
"name": "com.awareframework.ios.sensor.barometer",
"version": "0.4.1",
"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.1"
},
"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"
]
}
}