| { |
| "name": "NetSttatus", |
| "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://appcoda.com", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Vaneet Modgill": "vaneetmodgill@gmail.com" |
| }, |
| "platforms": { |
| "ios": "12.0" |
| }, |
| "source": { |
| "git": "https://github.com/vaneetmodgill8/NetSttatus.git", |
| "tag": "1.0.0" |
| }, |
| "source_files": "NetSttatus/Source/*.{swift}", |
| "swift_versions": "5.0", |
| "swift_version": "5.0" |
| } |