blob: 64337cc452235dec9663fe121d9dd62ba6b9cfef [file] [log] [blame]
{
"name": "com.awareframework.ios.sensor.pedometer",
"version": "0.2.2",
"summary": "A Pedometer Module for AWARE Framework",
"description": "The Pedometer sensor allows us to manages historic pedometer data which is provided by [CMPedometer](https://developer.apple.com/documentation/coremotion). The pedometer object contains step counts and other information about the distance traveled and the number of floors ascended or descended.",
"homepage": "https://github.com/awareframework/com.awareframework.ios.sensor.pedometer",
"license": {
"type": "Apache2",
"file": "LICENSE"
},
"authors": {
"tetujin": "tetujin@ht.sfc.keio.ac.jp"
},
"source": {
"git": "https://github.com/awareframework/com.awareframework.ios.sensor.pedometer.git",
"tag": "0.2.2"
},
"platforms": {
"ios": "10.0"
},
"swift_version": "4.2",
"source_files": "com.awareframework.ios.sensor.pedometer/Classes/**/*",
"frameworks": "CoreMotion",
"dependencies": {
"com.awareframework.ios.sensor.core": [
"~>0.3.3"
]
}
}