blob: e07df07480b6843d74203b859170c9a358904b48 [file] [log] [blame]
{
"name": "com.awareframework.ios.sensor.activityrecognition",
"version": "0.2.1",
"summary": "An Activity Recognition Sensor Module for AWARE Framework.",
"description": "**Aware Activity Recognition** (com.awareframework.ios.sensor.activityrecognition) is a plugin for AWARE Framework which is one of an open-source context-aware instrument. This plugin allows us to manage motion activity data (such as running, walking, and automotive) that is provided by iOS [CMMotionActivityManager](https://developer.apple.com/documentation/coremotion/cmmotionactivitymanager).",
"homepage": "https://github.com/awareframework/com.awareframework.ios.sensor.activityrecognition",
"license": {
"type": "Apache2",
"file": "LICENSE"
},
"authors": {
"tetujin": "tetujin@ht.sfc.keio.ac.jp"
},
"source": {
"git": "https://github.com/awareframework/com.awareframework.ios.sensor.activityrecognition.git",
"tag": "0.2.1"
},
"platforms": {
"ios": "10.0"
},
"swift_version": "4.2",
"source_files": "com.awareframework.ios.sensor.activityrecognition/Classes/**/*",
"frameworks": "CoreMotion",
"dependencies": {
"com.awareframework.ios.sensor.core": [
"~> 0.3.1"
]
}
}