blob: 091094a85424cedd12364c42ea714aa29f8381be [file] [log] [blame]
{
"name": "com.awareframework.ios.sensor.screen",
"version": "0.4.1",
"summary": "A Screen Sensor Module for AWARE Framework.",
"description": "The screen sensor monitors the screen statuses, such as turning on and off, locked and unlocked",
"homepage": "https://github.com/awareframework/com.awareframework.ios.sensor.screen",
"license": {
"type": "Apache2",
"file": "LICENSE"
},
"authors": {
"tetujin": "tetujin@ht.sfc.keio.ac.jp"
},
"source": {
"git": "https://github.com/awareframework/com.awareframework.ios.sensor.screen.git",
"tag": "0.4.1"
},
"platforms": {
"ios": "10.0"
},
"swift_version": "4.2",
"source_files": "com.awareframework.ios.sensor.screen/Classes/**/*",
"dependencies": {
"com.awareframework.ios.sensor.core": [
"~> 0.4.1"
]
}
}