blob: 988c4e31e751d0413b0696c9fdc8ee18df77a4dd [file] [log] [blame]
{
"name": "com.awareframework.ios.sensor.significantmotion",
"version": "0.2.1",
"summary": "A Significant Motion Sensor Module for AWARE Framework.",
"description": "This sensor is used to track device significant motion. Also used internally by AWARE if available to save battery when the device is still with high-frequency sensors. SignificantMotionSensor.Observer allows programmers to take actions on detection of a significant motion.",
"homepage": "https://github.com/awareframework/com.awareframework.ios.sensor.significantmotion",
"license": {
"type": "Apache2",
"file": "LICENSE"
},
"authors": {
"tetujin": "tetujin@ht.sfc.keio.ac.jp"
},
"source": {
"git": "https://github.com/awareframework/com.awareframework.ios.sensor.significantmotion.git",
"tag": "0.2.1"
},
"platforms": {
"ios": "10.0"
},
"swift_version": "4.2",
"source_files": "com.awareframework.ios.sensor.significantmotion/Classes/**/*",
"frameworks": "CoreMotion",
"dependencies": {
"com.awareframework.ios.sensor.core": [
"~> 0.3.1"
]
}
}