{"id":29291559,"url":"https://github.com/liangdahong/rxsvp","last_synced_at":"2025-07-06T08:07:16.395Z","repository":{"id":62453189,"uuid":"361204451","full_name":"liangdahong/RxSVP","owner":"liangdahong","description":"RxSwift bindings for SVProgressHUD API.","archived":false,"fork":false,"pushed_at":"2021-07-09T15:20:01.000Z","size":411,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-04T23:23:03.230Z","etag":null,"topics":["rxswift","rxswift-extensions","svprogresshud","svprogresshud-rx","svprogresshud-rxswift"],"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/liangdahong.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-04-24T15:57:48.000Z","updated_at":"2021-08-18T09:06:07.000Z","dependencies_parsed_at":"2022-11-01T23:46:24.107Z","dependency_job_id":null,"html_url":"https://github.com/liangdahong/RxSVP","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/liangdahong/RxSVP","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liangdahong%2FRxSVP","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liangdahong%2FRxSVP/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liangdahong%2FRxSVP/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liangdahong%2FRxSVP/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/liangdahong","download_url":"https://codeload.github.com/liangdahong/RxSVP/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liangdahong%2FRxSVP/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263868243,"owners_count":23522318,"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","rxswift-extensions","svprogresshud","svprogresshud-rx","svprogresshud-rxswift"],"created_at":"2025-07-06T08:07:13.752Z","updated_at":"2025-07-06T08:07:16.384Z","avatar_url":"https://github.com/liangdahong.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"```js\n  ____         ______     ______\n |  _ \\ __  __/ ___\\ \\   / /  _ \\\n | |_) |\\ \\/ /\\___ \\\\ \\ / /| |_) |\n |  _ \u003c  \u003e  \u003c  ___) |\\ V / |  __/\n |_| \\_\\/_/\\_\\|____/  \\_/  |_|\n```\n\n[![CI Status](https://img.shields.io/travis/hi@liangdahong.com/RxSVP.svg?style=flat)](https://travis-ci.org/hi@liangdahong.com/RxSVP)\n[![Version](https://img.shields.io/cocoapods/v/RxSVP.svg?style=flat)](https://cocoapods.org/pods/RxSVP)\n[![License](https://img.shields.io/cocoapods/l/RxSVP.svg?style=flat)](https://cocoapods.org/pods/RxSVP)\n[![Platform](https://img.shields.io/cocoapods/p/RxSVP.svg?style=flat)](https://cocoapods.org/pods/RxSVP)\n\n## Example\n\nTo run the example project, clone the repo, and run `pod install` from the Example directory first.\n\n## Requirements\n\n## Installation\n\nRxSVP is available through [CocoaPods](https://cocoapods.org). To install\nit, simply add the following line to your Podfile:\n\n```ruby\npod 'RxSVP'\n```\n\n```swift\ntextField.rx.text.orEmpty\n    .filter { $0.count \u003e 5 }\n    .map { _ in () }\n    .bind(to: SVProgressHUD.rx.info(status: \"密码不可以大于 5 位\"))\n    .disposed(by: rx.disposeBag)\n\nloginButton.rx.tap\n    .bind(to: SVProgressHUD.rx.loading(status: \"登录中...\"))\n    .disposed(by: rx.disposeBag)\n\ninfoButton.rx.tap\n    .map { _ in \"请登录\" }\n    .bind(to: SVProgressHUD.rx.info)\n    .disposed(by: rx.disposeBag)\n\nerrorButton.rx.tap\n    .map { _ in \"网络错误\" }\n    .bind(to: SVProgressHUD.rx.error)\n    .disposed(by: rx.disposeBag)\n\nsuccesButton.rx.tap\n    .bind(to: SVProgressHUD.rx.success(status: \"登录成功\"))\n    .disposed(by: rx.disposeBag)\n\ndismissButton.rx.tap\n    .bind(to: SVProgressHUD.rx.dismiss)\n    .disposed(by: rx.disposeBag)\n```\n\n## Author\n\nhi@liangdahong.com\n\n## License\n\nRxSVP is available under the MIT license. See the LICENSE file for more info.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliangdahong%2Frxsvp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fliangdahong%2Frxsvp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliangdahong%2Frxsvp/lists"}