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 2df529b commit 81e6311Copy full SHA for 81e6311
CocoaMQTT.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = "CocoaMQTT"
3
- s.version = "2.1.1"
+ s.version = "2.1.3"
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 = "9.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.1"}
+ s.source = { :git => "https://github.com/emqx/CocoaMQTT.git", :tag => "2.1.3"}
16
s.default_subspec = 'Core'
17
18
s.subspec 'Core' do |ss|
0 commit comments