{"id":19685886,"url":"https://github.com/rxswiftcommunity/rxwebkit","last_synced_at":"2025-10-04T13:27:53.220Z","repository":{"id":3980509,"uuid":"51588961","full_name":"RxSwiftCommunity/RxWebKit","owner":"RxSwiftCommunity","description":"RxWebKit is a RxSwift wrapper for WebKit","archived":false,"fork":false,"pushed_at":"2023-05-22T09:24:20.000Z","size":168,"stargazers_count":254,"open_issues_count":19,"forks_count":101,"subscribers_count":26,"default_branch":"master","last_synced_at":"2025-03-29T05:05:17.090Z","etag":null,"topics":["rxswift","wkwebview"],"latest_commit_sha":null,"homepage":null,"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/RxSwiftCommunity.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2016-02-12T13:26:15.000Z","updated_at":"2025-02-11T03:26:53.000Z","dependencies_parsed_at":"2023-07-05T19:18:21.714Z","dependency_job_id":null,"html_url":"https://github.com/RxSwiftCommunity/RxWebKit","commit_stats":{"total_commits":133,"total_committers":21,"mean_commits":6.333333333333333,"dds":0.7969924812030076,"last_synced_commit":"6225dd5792fc8010d2399814c89a3683a4c87ec6"},"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RxSwiftCommunity%2FRxWebKit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RxSwiftCommunity%2FRxWebKit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RxSwiftCommunity%2FRxWebKit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RxSwiftCommunity%2FRxWebKit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RxSwiftCommunity","download_url":"https://codeload.github.com/RxSwiftCommunity/RxWebKit/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247294536,"owners_count":20915340,"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":["rxswift","wkwebview"],"created_at":"2024-11-11T18:24:34.881Z","updated_at":"2025-10-04T13:27:53.138Z","avatar_url":"https://github.com/RxSwiftCommunity.png","language":"Swift","readme":"# RxWebKit\n\nRxWebKit is a [RxSwift](https://github.com/ReactiveX/RxSwift) wrapper for `WebKit`.\n\n[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)\n[![Version](https://img.shields.io/cocoapods/v/RxWebKit.svg?style=flat)](http://cocoapods.org/pods/RxWebKit)\n[![License](https://img.shields.io/cocoapods/l/RxWebKit.svg?style=flat)](http://cocoapods.org/pods/RxWebKit)\n[![Platform](https://img.shields.io/cocoapods/p/RxWebKit.svg?style=flat)](http://cocoapods.org/pods/RxWebKit)\n\n## Example Usages\n\n```swift\n// MARK: Setup WKWebView\n\nlet webView = WKWebView(frame: self.view.bounds)\nself.view.addSubview(webView)\n\n\n// MARK: Observing properties\n\nwebView.rx.title\n    .subscribe(onNext: {\n        print(\"title: \\($0)\")\n    })\n    .disposed(by: disposeBag)\n\nwebView.rx.url\n    .subscribe(onNext: {\n        print(\"URL: \\($0)\")\n    })\n    .disposed(by: disposeBag)\n```\n\n## Installation\n\n### CocoaPods\n\nAdd to `Podfile`:\n\n```\npod 'RxWebKit'\n```\n\n### Carthage\n\nAdd to `Cartfile`:\n\n```\ngithub \"RxSwiftCommunity/RxWebKit\"\n```\n\nRun `carthage update --platform iOS`\n\nAdd run script build phase `/usr/local/bin/carthage copy-frameworks` with input files being:\n\n```\n$(SRCROOT)/carthage/Build/iOS/RxWebKit.framework\n```\n\n## Requirements\n\nRxWebKit requires Swift 5.2.2 and dedicated versions of RxSwift 6.0.0\n\n## License\n\nMIT\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frxswiftcommunity%2Frxwebkit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frxswiftcommunity%2Frxwebkit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frxswiftcommunity%2Frxwebkit/lists"}