blob: 3ff640e8575de904edd5546881e72122dac7c3c0 [file] [log] [blame]
{
"name": "com.awareframework.ios.sensor.accelerometer",
"version": "0.2.1",
"summary": "An Accelerometer Sensor Module for AWARE Framework",
"description": "This sensor module allows us to manage 3-axis accelerometer data which is provided by iOS CoreMotion Library. Please check the link below for details.",
"homepage": "https://github.com/awareframework/com.awareframework.ios.sensor.accelerometer",
"license": {
"type": "Apache2",
"file": "LICENSE"
},
"authors": {
"tetujin": "tetujin@ht.sfc.keio.ac.jp"
},
"source": {
"git": "https://github.com/awareframework/com.awareframework.ios.sensor.accelerometer.git",
"tag": "0.2.1"
},
"platforms": {
"ios": "10.0"
},
"swift_version": "4.2",
"source_files": "com.awareframework.ios.sensor.accelerometer/Classes/**/*",
"frameworks": "CoreMotion",
"dependencies": {
"com.awareframework.ios.sensor.core": [
"~> 0.3.1"
]
}
}