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