可可 使用Swift 5编写的适用于iOS / macOS / tvOS的MQTT v3.1.1客户端库 建立 使用Xcode 11.1 / Swift 5.1进行构建 安装 可可豆 通过添加到Podfile中来使用安装: use_frameworks! # Add this if you are targeting iOS 8+ or using Swift pod 'CocoaMQTT' 然后,运行以下命令: $ pod install 迦太基 通过将以下行添加到Cartfile,使用安装: github "emqx/CocoaMQTT" "master" 然后,运行以下命令: