blob: e499e854fb8bcc53ad659abc8c67ff0859247f80 [file] [log] [blame]
{
"name": "com.awareframework.ios.sensor.gravity",
"version": "0.1.2",
"summary": "com.awareframework.ios.sensor.gravity (Gravity) is a 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.1.2"
},
"platforms": {
"ios": "10.0"
},
"swift_version": "4.2",
"source_files": "com.awareframework.ios.sensor.gravity/Classes/**/*",
"frameworks": "CoreMotion",
"dependencies": {
"com.awareframework.ios.sensor.core": [
]
}
}