{"id":28185743,"url":"https://github.com/vsanthanam/networkreachabilityrxswift","last_synced_at":"2026-04-27T08:32:15.038Z","repository":{"id":37935879,"uuid":"502445534","full_name":"vsanthanam/NetworkReachabilityRxSwift","owner":"vsanthanam","description":"RxSwift Bindings for NetworkReachability","archived":false,"fork":false,"pushed_at":"2023-05-07T21:41:43.000Z","size":301,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-10T04:01:55.604Z","etag":null,"topics":["ios","macos","networkreachability","reachability","rxswift","swift","tvos","watchos","xcode"],"latest_commit_sha":null,"homepage":"","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vsanthanam.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-06-11T20:05:23.000Z","updated_at":"2022-07-02T16:24:02.000Z","dependencies_parsed_at":"2022-07-29T01:18:10.239Z","dependency_job_id":null,"html_url":"https://github.com/vsanthanam/NetworkReachabilityRxSwift","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vsanthanam%2FNetworkReachabilityRxSwift","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vsanthanam%2FNetworkReachabilityRxSwift/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vsanthanam%2FNetworkReachabilityRxSwift/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vsanthanam%2FNetworkReachabilityRxSwift/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vsanthanam","download_url":"https://codeload.github.com/vsanthanam/NetworkReachabilityRxSwift/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254478039,"owners_count":22077679,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ios","macos","networkreachability","reachability","rxswift","swift","tvos","watchos","xcode"],"created_at":"2025-05-16T06:12:35.740Z","updated_at":"2026-04-27T08:32:14.992Z","avatar_url":"https://github.com/vsanthanam.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NetworkReachabilityRxSwift\n\n[![MIT License](https://img.shields.io/github/license/vsanthanam/NetworkReachabilityRxSwift)](https://github.com/vsanthanam/AnyAsyncSequence/blob/main/LICENSE)\n[![Package Releases](https://img.shields.io/github/v/release/vsanthanam/NetworkReachabilityRxSwift)](https://github.com/vsanthanam/NetworkReachabilityRxSwift/releases)\n[![Build Results](https://img.shields.io/github/actions/workflow/status/vsanthanam/NetworkReachabilityRxSwift/spm-build-test.yml)](https://github.com/vsanthanam/NetworkReachability/actions/workflows/spm-build-test.yml)\n[![Swift Version](https://img.shields.io/badge/swift-5.8-critical)](https://swift.org)\n[![Supported Platforms](https://img.shields.io/badge/platform-iOS%2011%20%7C%20macOS%2010.13%20%7C%20tvOS%2011%20%7C%20watchOS%205-lightgrey)](https://developer.apple.com)\n\n[RxSwift](https://github.com/ReactiveX/RxSwift) bindings for [NetworkReachability](https://github.com/vsanthanam/NetworkReachability)\n\n## Installation\n\nNetworkReachabilityRxSwift is currently distributed exclusively through the [Swift Package Manager](https://www.swift.org/package-manager/). \n\nTo add NetworkReachabilityRxSwift as a dependency to an existing Swift package, add the following line of code to the `dependencies` parameter of your `Package.swift` file:\n\n```swift\ndependencies: [\n    .package(url: \"https://github.com/vsanthanam/NetworkReachability.git\", from: \"1.0.0\")),\n    .package(url: \"https://github.com/vsanthanam/NetworkReachabilityRxSwift.git\", from: \"1.0.0\"))\n]\n```\n\nTo add NetworkReachabilityRxSwift as a dependency to an Xcode Project: \n\n- Choose `File` → `Add Packages...`\n- Enter package URL `https://github.com/vsanthanam/NetworkReachabilityRxSwift.git` and select your release and of choice.\n\nOther distribution mechanisms like CocoaPods or Carthage may be added in the future.\n\nAdditional installation instructions are available on the [Swift Package Index](https://swiftpackageindex.com/vsanthanam/NetworkReachabilityRxSwift)\n\n[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fvsanthanam%2FNetworkReachabilityRxSwift%2Fbadge%3Ftype%3Dswift-versions)](https://swiftpackageindex.com/vsanthanam/NetworkReachabilityRxSwift)\n[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fvsanthanam%2FNetworkReachabilityRxSwift%2Fbadge%3Ftype%3Dplatforms)](https://swiftpackageindex.com/vsanthanam/NetworkReachabilityRxSwift)\n\nExplore [the documentation](https://vsanthanam.github.io/NetworkReachabilityRxSwift/docs/documentation/networkreachabilityrxswift/) for more details.\n\n## License\n\n**NetworkReachabilityRxSwift** is available under the MIT license. See the LICENSE file for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvsanthanam%2Fnetworkreachabilityrxswift","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvsanthanam%2Fnetworkreachabilityrxswift","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvsanthanam%2Fnetworkreachabilityrxswift/lists"}