blob: da738c8b87ca69a1591fd3396c990081c454ab32 [file] [log] [blame]
{
"name": "com.awareframework.ios.sensor.magnetometer",
"version": "0.4.1",
"summary": "A Magnetometer Sensor Module for AWARE Framework.",
"description": "com.awareframework.ios.sensor.magnetometer (Magnetometer) is a sensor module for Aware Framework. This module provides calibrated magnetic fields. This data is provided by Core Motion’s sensor fusion algorithms. https://developer.apple.com/documentation/coremotion/cmmotionmanager",
"homepage": "https://github.com/awareframework/com.awareframework.ios.sensor.magnetometer",
"license": {
"type": "Apache2",
"file": "LICENSE"
},
"authors": {
"tetujin": "tetujin@ht.sfc.keio.ac.jp"
},
"source": {
"git": "https://github.com/awareframework/com.awareframework.ios.sensor.magnetometer.git",
"tag": "0.4.1"
},
"platforms": {
"ios": "10.0"
},
"swift_version": "4.2",
"source_files": "com.awareframework.ios.sensor.magnetometer/Classes/**/*",
"frameworks": "CoreMotion",
"dependencies": {
"com.awareframework.ios.sensor.core": [
"~> 0.4.1"
]
}
}