6.0.0
Breaking Changes
Replace Reachability framework with NWPathMonitor (#406)
Minimum version required has been updated
platforms: [
.macOS(.v10_14),
.iOS(.v12),
.macCatalyst(.v13),
.tvOS(.v12),
.watchOS(.v5),
]
- Dependency over
Reachability
has been removed and replaced withNWPathMonitor
- WatchOS can now use
NetworkConstraint
Thanks, @GianniCarlo for the contribution 🎉