Skip to content

Commit

Permalink
feat: update pod version
Browse files Browse the repository at this point in the history
  • Loading branch information
leeway1208 committed Nov 21, 2022
1 parent c3ddeb7 commit 44cfde1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
github "leeway1208/MqttCocoaAsyncSocket" "1.0.5"
github "leeway1208/MqttCocoaAsyncSocket" "1.0.6"
github "daltoniam/Starscream" "3.1.1"
6 changes: 3 additions & 3 deletions CocoaMQTT.podspec
Original file line number Diff line number Diff line change
@@ -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" }
Expand All @@ -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
Expand Down

0 comments on commit 44cfde1

Please sign in to comment.