diff --git a/Cartfile b/Cartfile index 2bab1e2c..085dcf29 100644 --- a/Cartfile +++ b/Cartfile @@ -1,2 +1,2 @@ -github "leeway1208/MqttCocoaAsyncSocket" "1.0.5" +github "leeway1208/MqttCocoaAsyncSocket" "1.0.6" github "daltoniam/Starscream" "3.1.1" diff --git a/CocoaMQTT.podspec b/CocoaMQTT.podspec index 037c5912..4bdc5b3b 100644 --- a/CocoaMQTT.podspec +++ b/CocoaMQTT.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "CocoaMQTT" - s.version = "2.0.7" + s.version = "2.0.8" s.summary = "MQTT v3.1.1 client library for iOS and OS X written with Swift 5" s.homepage = "https://github.com/emqx/CocoaMQTT" s.license = { :type => "MIT" } @@ -12,11 +12,11 @@ Pod::Spec.new do |s| s.ios.deployment_target = "9.0" s.tvos.deployment_target = "10.0" # s.watchos.deployment_target = "2.0" - s.source = { :git => "https://github.com/emqx/CocoaMQTT.git", :tag => "2.0.7"} + s.source = { :git => "https://github.com/emqx/CocoaMQTT.git", :tag => "2.0.8"} s.default_subspec = 'Core' s.subspec 'Core' do |ss| - ss.dependency "MqttCocoaAsyncSocket", "~> 1.0.5" + ss.dependency "MqttCocoaAsyncSocket", "~> 1.0.6" ss.source_files = "Source/*.swift" ss.exclude_files = "Source/CocoaMQTTWebSocket.swift" end