Skip to content

Commit 114b368

Browse files
committed
Release 1.2.1
1 parent 13e2a02 commit 114b368

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CocoaMQTT.podspec

+2-2
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 = "1.2.0"
3+
s.version = "1.2.1"
44
s.summary = "MQTT v3.1.1 client library for iOS and OS X written with Swift 5"
55
s.homepage = "https://github.com/emqtt/CocoaMQTT"
66
s.license = { :type => "MIT" }
@@ -12,7 +12,7 @@ Pod::Spec.new do |s|
1212
s.ios.deployment_target = "9.0"
1313
s.tvos.deployment_target = "9.0"
1414
# s.watchos.deployment_target = "2.0"
15-
s.source = { :git => "https://github.com/emqtt/CocoaMQTT.git", :tag => "1.2.0"}
15+
s.source = { :git => "https://github.com/emqtt/CocoaMQTT.git", :tag => "1.2.1"}
1616
s.source_files = "Source/{*.h}", "Source/*.swift"
1717
s.dependency "CocoaAsyncSocket", "~> 7.6.3"
1818
end

0 commit comments

Comments
 (0)