blob: 1e61662b90a16f20979bcc3d5549ef098a4b12a2 [file] [log] [blame]
{
"name": "com.awareframework.ios.sensor.gravity",
"version": "0.2.3",
"summary": "A Gravity Sensor Module for AWARE Framework.",
"description": "com.awareframework.ios.sensor.gravity (Gravity) provides device-motion data indicating key motion-related attributes such as the device's orientation relative to gravity.\nThis data is provided by Core Motion’s sensor fusion algorithms.\nhttps://developer.apple.com/documentation/coremotion/cmmotionmanager",
"homepage": "https://github.com/awareframework/com.awareframework.ios.sensor.gravity",
"license": {
"type": "Apache2",
"file": "LICENSE"
},
"authors": {
"tetujin": "tetujin@ht.sfc.keio.ac.jp"
},
"source": {
"git": "https://github.com/awareframework/com.awareframework.ios.sensor.gravity.git",
"tag": "0.2.3"
},
"platforms": {
"ios": "10.0"
},
"swift_version": "4.2",
"source_files": "com.awareframework.ios.sensor.gravity/Classes/**/*",
"frameworks": "CoreMotion",
"dependencies": {
"com.awareframework.ios.sensor.core": [
"~> 0.3.1"
]
}
}