From c0a27f808f28182f9afe18ce80c1db8252806c58 Mon Sep 17 00:00:00 2001
From: Dominic Szablewski <dominic@phoboslab.org>
Date: Sun, 22 Jan 2023 20:03:08 +0100
Subject: [PATCH] Mention ZTQOI

---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index cc38f43..148f5a8 100644
--- a/README.md
+++ b/README.md
@@ -135,6 +135,7 @@ either, as this "reference implementation" tries to be as easy to read as possib
 - [rubikscraft/qoi-stream](https://github.com/rubikscraft/qoi-stream) - C99, one byte at a time streaming encoder and decoder
 - [rubikscraft/qoi-img](https://github.com/rubikscraft/qoi-img) - NodeJS typescript, bindings to both [QOIxx](https://github.com/wx257osn2/qoixx) and [qoi-stream](https://github.com/rubikscraft/qoi-stream)
 - [grego/hare-qoi](https://git.sr.ht/~grego/hare-qoi) - Hare
+- [MrNocole/ZTQOI](https://github.com/MrNocole/ZTQOI) - Objective-C
 
 ## QOI Support in Other Software