blob: fc8d78ef6eda367623f719e4b5853fc02acd14b8 [file] [log] [blame]
{
"name": "com.awareframework.ios.sensor.connectivity",
"version": "0.2.0",
"summary": "A Connectivity Sensor Module for AWARE Framework",
"description": "The Connectivity sensor provides information on the network sensors availability of the device. These include use of Wi-Fi, Bluetooth, GPS, mobile, Push-Notification, Low-Battery mode, Background Refresh status and internet availability. This sensor can be leveraged to detect the availability of wireless sensors and internet on the device at any time.",
"homepage": "https://github.com/awareframework/com.awareframework.ios.sensor.connectivity",
"license": {
"type": "Apache2",
"file": "LICENSE"
},
"authors": {
"tetujin": "tetujin@ht.sfc.keio.ac.jp"
},
"source": {
"git": "https://github.com/awareframework/com.awareframework.ios.sensor.connectivity.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "10.0"
},
"swift_version": "4.2",
"source_files": "com.awareframework.ios.sensor.connectivity/Classes/**/*",
"frameworks": [
"CoreLocation",
"Foundation",
"UserNotifications",
"CoreBluetooth"
],
"dependencies": {
"com.awareframework.ios.sensor.core": [
"~> 0.3.1"
]
}
}