blob: 14e02232e5d8492ea399570e5c1f0d0e7f14c958 [file] [log] [blame]
{
"name": "com.awareframework.ios.sensor.gyroscope",
"version": "0.2.2",
"summary": "A Gyroscope Sensor Module for AWARE Framework.",
"description": "com.awareframework.ios.sensor.gyroscope (Gyroscope) is a sensor module of Aware Framework. This module provides Gyroscope data, indicating the instantaneous rotation around the device's three primary axes.\nhttps://developer.apple.com/documentation/coremotion/getting_raw_gyroscope_events",
"homepage": "https://github.com/awareframework/com.awareframework.ios.sensor.gyroscope",
"license": {
"type": "Apache2",
"file": "LICENSE"
},
"authors": {
"Yuuki Nishiyama": "yuuki.nishiyama@oulu.fi"
},
"source": {
"git": "https://github.com/awareframework/com.awareframework.ios.sensor.gyroscope.git",
"tag": "0.2.2"
},
"platforms": {
"ios": "10.0"
},
"swift_version": "4.2",
"source_files": "com.awareframework.ios.sensor.gyroscope/Classes/**/*",
"frameworks": "CoreMotion",
"dependencies": {
"com.awareframework.ios.sensor.core": [
"~> 0.3.3"
]
}
}