{"id":16683846,"url":"https://github.com/meniny/eventer","last_synced_at":"2026-04-21T22:32:47.694Z","repository":{"id":56910114,"uuid":"123222341","full_name":"Meniny/Eventer","owner":"Meniny","description":"Event bus for iOS","archived":false,"fork":false,"pushed_at":"2019-04-16T04:12:46.000Z","size":16,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-27T02:43:02.681Z","etag":null,"topics":["eventbus","events"],"latest_commit_sha":null,"homepage":"https://meniny.cn/Eventer/","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/Meniny.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}},"created_at":"2018-02-28T03:14:56.000Z","updated_at":"2019-04-16T04:12:33.000Z","dependencies_parsed_at":"2022-08-21T04:20:28.971Z","dependency_job_id":null,"html_url":"https://github.com/Meniny/Eventer","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Meniny%2FEventer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Meniny%2FEventer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Meniny%2FEventer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Meniny%2FEventer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Meniny","download_url":"https://codeload.github.com/Meniny/Eventer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243403483,"owners_count":20285394,"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":["eventbus","events"],"created_at":"2024-10-12T14:26:41.145Z","updated_at":"2025-12-29T22:35:01.439Z","avatar_url":"https://github.com/Meniny.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\u003cp align=\"center\"\u003e\n  \u003c!-- \u003cimg src=\"./Assets/Eventer.png\" alt=\"Eventer\"\u003e --\u003e\n  \u003cbr/\u003e\u003ca href=\"https://cocoapods.org/pods/Eventer\"\u003e\n  \u003cimg alt=\"Version\" src=\"https://img.shields.io/badge/version-1.2.0-brightgreen.svg\"\u003e\n  \u003cimg alt=\"Author\" src=\"https://img.shields.io/badge/author-Meniny-blue.svg\"\u003e\n  \u003cimg alt=\"Build Passing\" src=\"https://img.shields.io/badge/build-passing-brightgreen.svg\"\u003e\n  \u003cimg alt=\"Swift\" src=\"https://img.shields.io/badge/swift-5.0%2B-orange.svg\"\u003e\n  \u003cbr/\u003e\n  \u003cimg alt=\"Platforms\" src=\"https://img.shields.io/badge/platform-iOS-lightgrey.svg\"\u003e\n  \u003cimg alt=\"MIT\" src=\"https://img.shields.io/badge/license-MIT-blue.svg\"\u003e\n  \u003cbr/\u003e\n  \u003cimg alt=\"Cocoapods\" src=\"https://img.shields.io/badge/cocoapods-compatible-brightgreen.svg\"\u003e\n  \u003cimg alt=\"Carthage\" src=\"https://img.shields.io/badge/carthage-working%20on-red.svg\"\u003e\n  \u003cimg alt=\"SPM\" src=\"https://img.shields.io/badge/swift%20package%20manager-compatible-brightgreen.svg\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n## 🏵 Introduction\n\n**Eventer** is a tiny event post/subscribe library for iOS.\n\n## 📋 Requirements\n\n- iOS 8.0+\n- Xcode 9.0+ with Swift 5.0+\n\n## 📲 Installation\n\n`Eventer` is available on [CocoaPods](https://cocoapods.org):\n\n```ruby\nuse_frameworks!\npod 'Eventer'\n```\n\n## ❤️ Contribution\n\nYou are welcome to fork and submit pull requests.\n\n## 🔖 License\n\n`Eventer` is open-sourced software, licensed under the `MIT` license.\n\n## 💫 Usage\n\n```swift\nEventer.on(self, name: \"EventName\") { (notification) in\n    // ...\n}\nEventer.onMainThread(self, name: \"AnotherEventName\") { (_) in\n    // ...\n}\n```\n\n```swift\nEventer.post(EventName.didAppear.rawValue, on: .main)\n```\n\n```swift\nEventer.unregister(self)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeniny%2Feventer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmeniny%2Feventer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmeniny%2Feventer/lists"}