blob: 90eaefaaf5786620e8af35e1bd8cf822949849f9 [file] [log] [blame]
{
"name": "GTNetMon",
"version": "1.0.1",
"summary": "A lightweight Swift library to get network status and connection information, and to monitor for network changes.",
"description": "GTNetMon is a lightweight Swift library that detects whether a device is connected to Internet, it identifies the connection type (wifi, cellular, and more), and monitors for changes in the network status.",
"homepage": "https://github.com/gabrieltheodoropoulos/GTNetMon.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Gabriel Theodoropoulos": "gabrielth.devel@gmail.com"
},
"social_media_url": "https://twitter.com/gabtheodor",
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/gabrieltheodoropoulos/GTNetMon.git",
"tag": "1.0.1"
},
"source_files": "GTNetMon/*.{swift}",
"swift_version": "4.2"
}