blob: 681b8889540b79641ba14adf47fabad7ea0d60d5 [file] [log] [blame]
{
"name": "com.awareframework.ios.sensor.battery",
"version": "0.2.4",
"summary": "Battery Sensor Module for AWARE Framework.",
"description": "**Aware Battery** (com.awareframework.ios.sensor.battery) is a plugin for AWARE Framework which is one of an open-source context-aware instrument. This plugin allows us to handle battery conditions and events.",
"homepage": "https://github.com/awareframework/com.awareframework.ios.sensor.battery",
"license": {
"type": "Apache2",
"file": "LICENSE"
},
"authors": {
"tetujin": "tetujin@ht.sfc.keio.ac.jp"
},
"source": {
"git": "https://github.com/awareframework/com.awareframework.ios.sensor.battery.git",
"tag": "0.2.4"
},
"platforms": {
"ios": "10.0"
},
"swift_version": "4.2",
"source_files": "com.awareframework.ios.sensor.battery/Classes/**/*",
"dependencies": {
"com.awareframework.ios.sensor.core": [
"~> 0.3.1"
]
}
}