{"id":18269820,"url":"https://github.com/devxoul/CancelBag","last_synced_at":"2025-04-04T23:31:32.770Z","repository":{"id":56905616,"uuid":"193343729","full_name":"devxoul/CancelBag","owner":"devxoul","description":"A DisposeBag for Combine","archived":false,"fork":false,"pushed_at":"2019-06-24T00:47:43.000Z","size":2,"stargazers_count":55,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-04T04:35:02.440Z","etag":null,"topics":["combine"],"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/devxoul.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":"2019-06-23T12:10:55.000Z","updated_at":"2025-03-25T17:30:32.000Z","dependencies_parsed_at":"2022-08-21T02:50:30.717Z","dependency_job_id":null,"html_url":"https://github.com/devxoul/CancelBag","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devxoul%2FCancelBag","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devxoul%2FCancelBag/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devxoul%2FCancelBag/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devxoul%2FCancelBag/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devxoul","download_url":"https://codeload.github.com/devxoul/CancelBag/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247266476,"owners_count":20910831,"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":["combine"],"created_at":"2024-11-05T11:37:22.452Z","updated_at":"2025-04-04T23:31:31.289Z","avatar_url":"https://github.com/devxoul.png","language":"Swift","readme":"# CancelBag\n\nA DisposeBag for [Combine](https://developer.apple.com/documentation/combine).\n\n## Usage\n\n```swift\nlet cancelBag = CancelBag()\n\nmyPublisher\n  .sink { _ in }\n  .cancel(with: cancelBag)\n```\n\n## Installation\n\n- **Using [Swift Package Manager](https://swift.org/package-manager)**:\n\n    ```swift\n    import PackageDescription\n\n    let package = Package(\n      name: \"MyAwesomeApp\",\n      dependencies: [\n        .Package(url: \"https://github.com/devxoul/CancelBag\", majorVersion: 1),\n      ]\n    )\n    ```\n\n- **Using [CocoaPods](https://cocoapods.org)**:\n\n    ```ruby\n    pod 'CancelBag'\n    ```\n\n## License\n\n**CancelBag** is under MIT license. See the [LICENSE](LICENSE) file for more info.\n","funding_links":[],"categories":["combine"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevxoul%2FCancelBag","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevxoul%2FCancelBag","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevxoul%2FCancelBag/lists"}