1 Star 0 Fork 2

Scheming_BOY/CocoaMQTT

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
CocoaMQTT.podspec 1.06 KB
一键复制 编辑 原始数据 按行查看 历史
sunbeam 提交于 2023-10-18 20:32 . fix: podspec starscream version
Pod::Spec.new do |s|
s.name = "CocoaMQTT"
s.version = "2.1.8"
s.summary = "MQTT v3.1.1 client library for iOS and OS X written with Swift 5"
s.homepage = "https://github.com/emqx/CocoaMQTT"
s.license = { :type => "MIT" }
s.authors = { "Feng Lee" => "feng@emqtt.io", "CrazyWisdom" => "zh.whong@gmail.com", "Alex Yu" => "alexyu.dc@gmail.com", "Leeway" => "leeway1208@gmail.com" }
s.swift_version = "5.0"
s.requires_arc = true
s.osx.deployment_target = "10.12"
s.ios.deployment_target = "12.0"
s.tvos.deployment_target = "10.0"
# s.watchos.deployment_target = "2.0"
s.source = { :git => "https://github.com/emqx/CocoaMQTT.git", :tag => "2.1.8"}
s.default_subspec = 'Core'
s.subspec 'Core' do |ss|
ss.dependency "MqttCocoaAsyncSocket", "~> 1.0.8"
ss.source_files = "Source/*.swift"
ss.exclude_files = "Source/CocoaMQTTWebSocket.swift"
end
s.subspec 'WebSockets' do |ss|
ss.dependency "CocoaMQTT/Core"
ss.dependency "Starscream", "4.0.4"
ss.source_files = "Source/CocoaMQTTWebSocket.swift"
end
end
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Swift
1
https://gitee.com/mydream_xiaowang/CocoaMQTT.git
git@gitee.com:mydream_xiaowang/CocoaMQTT.git
mydream_xiaowang
CocoaMQTT
CocoaMQTT
master

搜索帮助