blob: e4b1708e240e5cc8c52e8e98d0aca04d58b10ba5 [file] [log] [blame]
{
"name": "DCReachabilityManager",
"version": "1.0.0",
"summary": "Replacement Reachability.swift using NWPathMonitor",
"description": "ReachabilityManager is library based on Reachability.swift which use NWPathMonitor to verify the connection status.",
"homepage": "https://github.com/dcortes22/ReachabilityManager",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"dcortes22": "dcortes22@gmail.com"
},
"source": {
"git": "https://github.com/dcortes22/ReachabilityManager.git",
"tag": "1.0.0"
},
"social_media_url": "https://twitter.com/dcortes22",
"platforms": {
"ios": "12.0"
},
"swift_versions": "5.2",
"source_files": "ReachabilityManager/**/*",
"swift_version": "5.2"
}