CocoaPods trunk is moving to be read-only. Read more on the blog, there are 18 months to go.
TestsTested | ✗ |
LangLanguage | SwiftSwift |
License | MIT |
ReleasedLast Release | Mar 2016 |
SPMSupports SPM | ✗ |
Maintained by mosn.
As we know, we already have reachability framework for us to choose. Such as the famous repository Reachability. BUT we really need a tool for us to get the reachability, not the local connection! Apple doc tells us something about SCNetworkReachability API: “Note that reachability does not guarantee that the data packet will actually be received by the host.” The called “reachability” we already know can only tell us the local connection status.These tools currently we know are all supported by the SCNetworkReachability API. Now Reachability in swift check the net real can connect to server.
pod 'MNReachabilitySwift'
yangmaosheng