We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab7b23a commit 990303dCopy full SHA for 990303d
CocoaMQTT.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = "CocoaMQTT"
3
- s.version = "2.1.5"
+ s.version = "2.1.6"
4
s.summary = "MQTT v3.1.1 client library for iOS and OS X written with Swift 5"
5
s.homepage = "https://github.com/emqx/CocoaMQTT"
6
s.license = { :type => "MIT" }
@@ -12,7 +12,7 @@ Pod::Spec.new do |s|
12
s.ios.deployment_target = "11.0"
13
s.tvos.deployment_target = "10.0"
14
# s.watchos.deployment_target = "2.0"
15
- s.source = { :git => "https://github.com/emqx/CocoaMQTT.git", :tag => "2.1.5"}
+ s.source = { :git => "https://github.com/emqx/CocoaMQTT.git", :tag => "2.1.6"}
16
s.default_subspec = 'Core'
17
18
s.subspec 'Core' do |ss|
0 commit comments