Ai
1 Star 0 Fork 1

谷动谷力/MQTT-Client-Examples

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Podfile 376 Bytes
一键复制 编辑 原始数据 按行查看 历史
sunbeam 提交于 2021-11-16 14:42 +08:00 . mqtt-client-swift
def import_pods
pod 'CocoaAsyncSocket', '~> 7.6.3'
pod 'Starscream', '~> 3.1.1'
end
target :'iOS CocoaMQTT' do
platform :ios, '10.0'
use_frameworks!
import_pods
end
target :'Mac CocoaMQTT'do
platform :osx, '10.12'
use_frameworks!
import_pods
end
target :'tvOS CocoaMQTT' do
platform :tvos, '10.0'
use_frameworks!
import_pods
end
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lojam/MQTT-Client-Examples.git
git@gitee.com:lojam/MQTT-Client-Examples.git
lojam
MQTT-Client-Examples
MQTT-Client-Examples
master

搜索帮助