blob: eaf49a72b81a6603227c80636d3af99833717cce [file] [log] [blame]
{
"name": "NetStatus-Swift",
"version": "1.0.0",
"summary": "A small framework to monitor network changes in Swift.",
"description": "NetStatus is a small and lightweight Swift framework that allows to monitor and being notified for network status changes in a super-easy way!",
"homepage": "https://github.com/dev-sjagtap",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Sushant Jagtap": "sushantjagtap9945@gmail.com"
},
"platforms": {
"ios": "12.0"
},
"source": {
"git": "https://github.com/dev-sjagtap/NetStatus.git",
"tag": "1.0.0"
},
"source_files": "NetStatus/Source/*.{swift}",
"swift_version": "4.0"
}