blob: 6c71671ef7f8dd151066a949527a615fe38f58c5 [file] [log] [blame]
{
"name": "com.awareframework.ios.sensor.connectivity",
"version": "0.4.1",
"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.4.1"
},
"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.4.1"
]
}
}