blob: fa59e46e74b356150679588f436d9e93c099cc0a [file] [log] [blame]
{
"name": "com.awareframework.ios.sensor.gravity",
"version": "0.2.5",
"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.5"
},
"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.3"
]
}
}