We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 201c536 commit 520a29aCopy full SHA for 520a29a
CocoaMQTT.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = "CocoaMQTT"
3
- s.version = "1.2.1"
+ s.version = "1.2.2"
4
s.summary = "MQTT v3.1.1 client library for iOS and OS X written with Swift 5"
5
s.homepage = "https://github.com/emqtt/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 = "9.0"
14
# s.watchos.deployment_target = "2.0"
15
- s.source = { :git => "https://github.com/emqtt/CocoaMQTT.git", :tag => "1.2.1"}
+ s.source = { :git => "https://github.com/emqtt/CocoaMQTT.git", :tag => "1.2.2"}
16
s.source_files = "Source/{*.h}", "Source/*.swift"
17
s.dependency "CocoaAsyncSocket", "~> 7.6.3"
18
end
0 commit comments