blob: b7e8be5f6a3c6b0c928c25a1b39efbaa702c6fd8 [file] [log] [blame]
{
"name": "com.awareframework.ios.sensor.wifi",
"version": "0.2.2",
"summary": "A WiFi Sensor Module for AWARE Framework.",
"description": "This sensor allows us to handle WiFi conditions and events.",
"homepage": "https://github.com/awareframework/com.awareframework.ios.sensor.wifi",
"license": {
"type": "Apache2",
"file": "LICENSE"
},
"authors": {
"tetujin": "tetujin@ht.sfc.keio.ac.jp"
},
"source": {
"git": "https://github.com/awareframework/com.awareframework.ios.sensor.wifi.git",
"tag": "0.2.2"
},
"platforms": {
"ios": "10.0"
},
"swift_version": "4.2",
"source_files": "com.awareframework.ios.sensor.wifi/Classes/**/*",
"dependencies": {
"com.awareframework.ios.sensor.core": [
"~> 0.3.1"
]
}
}