Skip to content

Commit 990303d

Browse files
committed
Update CocoaMQTT.podspec
1 parent ab7b23a commit 990303d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CocoaMQTT.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "CocoaMQTT"
3-
s.version = "2.1.5"
3+
s.version = "2.1.6"
44
s.summary = "MQTT v3.1.1 client library for iOS and OS X written with Swift 5"
55
s.homepage = "https://github.com/emqx/CocoaMQTT"
66
s.license = { :type => "MIT" }
@@ -12,7 +12,7 @@ Pod::Spec.new do |s|
1212
s.ios.deployment_target = "11.0"
1313
s.tvos.deployment_target = "10.0"
1414
# s.watchos.deployment_target = "2.0"
15-
s.source = { :git => "https://github.com/emqx/CocoaMQTT.git", :tag => "2.1.5"}
15+
s.source = { :git => "https://github.com/emqx/CocoaMQTT.git", :tag => "2.1.6"}
1616
s.default_subspec = 'Core'
1717

1818
s.subspec 'Core' do |ss|

0 commit comments

Comments
 (0)