blob: c70627983108de3217bc09fc2606db99c34322ae [file] [log] [blame]
{
"name": "NetworkDetector",
"version": "0.2.0",
"summary": "A simple Swift class that detects network changes",
"description": "This CocoaPod detects network changes and calls a closure based on the network status.",
"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.2.0"
},
"social_media_url": "https://twitter.com/zarzonis",
"swift_version": "4.2",
"platforms": {
"ios": "12.0"
},
"source_files": "NetworkDetector/**/*.swift",
"frameworks": "Network"
}