{"id":17690228,"url":"https://github.com/onmyway133/dust","last_synced_at":"2026-04-29T18:32:44.250Z","repository":{"id":69038161,"uuid":"66502960","full_name":"onmyway133/Dust","owner":"onmyway133","description":":rocket: Unofficial, simple push notification","archived":false,"fork":false,"pushed_at":"2020-04-14T07:37:18.000Z","size":422,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-30T22:14:28.427Z","etag":null,"topics":["amazon","firebase","ios","onesignal","parse","push-notifications","swift"],"latest_commit_sha":null,"homepage":"https://onmyway133.github.io/","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/onmyway133.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-08-24T22:01:52.000Z","updated_at":"2020-04-14T07:37:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"5bcbab11-d2bf-47bf-ade1-dddcf62e002a","html_url":"https://github.com/onmyway133/Dust","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/onmyway133/Dust","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onmyway133%2FDust","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onmyway133%2FDust/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onmyway133%2FDust/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onmyway133%2FDust/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/onmyway133","download_url":"https://codeload.github.com/onmyway133/Dust/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onmyway133%2FDust/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32439179,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T18:12:22.909Z","status":"ssl_error","status_checked_at":"2026-04-29T18:11:33.322Z","response_time":110,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["amazon","firebase","ios","onesignal","parse","push-notifications","swift"],"created_at":"2024-10-24T11:50:16.523Z","updated_at":"2026-04-29T18:32:44.220Z","avatar_url":"https://github.com/onmyway133.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dust\n\n❤️ Support my app ❤️ \n\n- [Push Hero - pure Swift native macOS application to test push notifications](https://www.producthunt.com/posts/push-hero-2)\n- [PastePal - Pasteboard, note and shortcut manager](https://www.producthunt.com/posts/pastepal)\n- [Frame recorder - Recorder gif and video with frame](https://www.producthunt.com/posts/frame-recorder)\n- [Alias - App and file shortcut manager](https://www.producthunt.com/posts/alias-shortcut-manager)\n- [Other apps](https://onmyway133.github.io/projects/)\n\n❤️❤️😇😍🤘❤️❤️\n\nUnofficial, simple push notification\n\n[![CI Status](http://img.shields.io/travis/onmyway133/Dust.svg?style=flat)](https://travis-ci.org/onmyway133/Dust)\n[![Version](https://img.shields.io/cocoapods/v/Dust.svg?style=flat)](http://cocoadocs.org/docsets/Dust)\n[![Carthage Compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)\n[![License](https://img.shields.io/cocoapods/l/Dust.svg?style=flat)](http://cocoadocs.org/docsets/Dust)\n[![Platform](https://img.shields.io/cocoapods/p/Dust.svg?style=flat)](http://cocoadocs.org/docsets/Dust)\n\n![](Screenshots/Banner.png)\n\nThe official SDKs can do many things\n\n- Register device token. This is crucial for the notification to get from `your backend -\u003e APNS -\u003e device`\n- Manage player id, user id, arn, ...This is used to associate with device token\n- Manager tag, topic, subscription, segments, ...This is used to group a set of device tokens\n- Do swizzling, update your application badge number, change your user notification settings, ... without your knowing about that\n- Some other fancy stuffs\n\n`Dust` does only one thing, which is push notification handling. The rest is under your control\n\n### OneSignal\n\n```swift\nfunc application(application: UIApplication, didFinishLaunchingWithOptions launchOptions: [NSObject : AnyObject]?) -\u003e Bool {\n  OneSignal.appID = \"\"\n}\n\nfunc application(application: UIApplication, didRegisterForRemoteNotificationsWithDeviceToken deviceToken: NSData) {\n  OneSignal.handleDeviceToken(deviceToken)\n}\n```\n\n### Urban Airship\n### Amazon SNS\n### Firebase Notifications\n\n## Installation\n\n**Dust** is available through [CocoaPods](http://cocoapods.org). To install\nit, simply add the following line to your Podfile:\n\n```ruby\npod 'Dust'\n```\n\n**Dust** is also available through [Carthage](https://github.com/Carthage/Carthage).\nTo install just write into your Cartfile:\n\n```ruby\ngithub \"onmyway133/Dust\"\n```\n\n**Dust** can also be installed manually. Just download and drop `Sources` folders in your project.\n\n## Author\n\nKhoa Pham, onmyway133@gmail.com\n\n## Contributing\n\nWe would love you to contribute to **Dust**, check the [CONTRIBUTING](https://github.com/onmyway133/Dust/blob/master/CONTRIBUTING.md) file for more info.\n\n## License\n\n**Dust** is available under the MIT license. See the [LICENSE](https://github.com/onmyway133/Dust/blob/master/LICENSE.md) file for more info.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonmyway133%2Fdust","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fonmyway133%2Fdust","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonmyway133%2Fdust/lists"}