From 4ecd06fc865b5277788441f4128a0791d78595f4 Mon Sep 17 00:00:00 2001 From: Sebastian Raff Date: Mon, 16 May 2016 11:32:23 +0200 Subject: [PATCH] update mqtt client framework description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d346272..80497be 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ MQTT is a lightweight client-server publish/subscribe messaging protocol, optimi * [hbmqtt](https://github.com/beerfactory/hbmqtt) - Python MQTT client using asyncio. * [M2Mqtt](https://m2mqtt.wordpress.com/) - a MQTT client available for all .Net platforms (.Net Framework, .Net Compact Framework and .Net Micro Framework) and WinRT platforms (Windows 8.1, Windows Phone 8.1 and Windows 10). * [mqtt-client](https://github.com/centamiv/mqtt-client) - A Polymer Web Component that implements a MQTT client (uses Paho mqttws31.js). -* [MQTT-Client-Framework](https://github.com/ckrey/MQTT-Client-Framework) - iOS native ObjectiveC MQTT Framework. +* [MQTT-Client-Framework](https://github.com/ckrey/MQTT-Client-Framework) - iOS, OSX, tvOS native ObjectiveC MQTT Client Framework. * [mqtt.dart](https://github.com/jnguillerme/mqtt.dart) - dart mqtt client. * [mqttex](https://github.com/alfert/mqttex) - MQTT implementation in Elixir. * [MQTTKit](https://github.com/mobile-web-messaging/MQTTKit) - MQTT Objective-C client for iOS.