blob: 3d076338879664d6c56fde01925c4d79db34b1bc [file] [log] [blame]
{
"name": "AENetStatus",
"version": "1.0.3",
"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://www.google.com/",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Abdallah Eid": "abdallah.eid@vezeeta.com"
},
"platforms": {
"ios": "12.0"
},
"source": {
"git": "https://github.com/abdallahEid/NetStatus.git",
"tag": "1.0.3"
},
"source_files": "NetStatus/**/*.{swift}",
"exclude_files": "Classes/Exclude"
}