blob: e90426e9c85fc443ebc63571eaf9e7e5d7524b6d [file] [log] [blame]
{
"name": "NetworkDetector",
"version": "0.3.0",
"summary": "A simple library written in Swift that detects network changes.",
"description": "NetworkDetector detects network changes and calls a closure or broadcasts a notification based on the network status. It uses NWPathMonitor under the hood.",
"homepage": "https://github.com/zarzonis/NetworkDetector",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Spyros Zarzonis": "spyroszarzonis@gmail.com"
},
"source": {
"git": "https://github.com/zarzonis/NetworkDetector.git",
"tag": "0.3.0"
},
"social_media_url": "https://twitter.com/zarzonis",
"swift_version": "4.2",
"platforms": {
"ios": "12.0",
"osx": "10.14"
},
"source_files": "NetworkDetector/**/*.swift",
"frameworks": "Network",
"requires_arc": true
}