Skip to content

Commit

Permalink
1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangwh committed Mar 11, 2016
1 parent f5bdc58 commit 04a5c6b
Show file tree
Hide file tree
Showing 4 changed files with 7,226 additions and 7,226 deletions.
4 changes: 2 additions & 2 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 = "1.0.0"
s.version = "1.0.3"
s.summary = "MQTT v3.1.1 client library for iOS and OS X written with Swift 2"
s.homepage = "https://github.com/emqtt/CocoaMQTT"
s.license = { :type => "MIT" }
Expand All @@ -11,7 +11,7 @@ Pod::Spec.new do |s|
s.ios.deployment_target = "8.0"
# s.watchos.deployment_target = "2.0"
# s.tvos.deployment_target = "9.0"
s.source = { :git => "https://github.com/emqtt/CocoaMQTT.git", :tag => "1.0.0"}
s.source = { :git => "https://github.com/emqtt/CocoaMQTT.git", :tag => "1.0.3"}
s.source_files = "Source/{*.h,*.m}", "Source/*.swift"
# s.dependency "CocoaAsyncSocket", "~> 7.4.2"
# s.dependency "MSWeakTimer", "~> 1.1.0"
Expand Down
2 changes: 1 addition & 1 deletion Source/CocoaMQTT.swift
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ public class CocoaMQTT: NSObject, CocoaMQTTClient, GCDAsyncSocketDelegate, Cocoa
connState = CocoaMQTTConnState.CONNECTED

if backgroundOnSocket {
sock.performBlock { sock.enableBackgroundingOnSocket() }
//sock.performBlock { sock.enableBackgroundingOnSocket() }
}

if secureMQTT {
Expand Down
Loading

0 comments on commit 04a5c6b

Please sign in to comment.