Skip to content

Commit 6acc6dc

Browse files
author
zhangwh
committed
Merge pull request #75 from CrazyWisdom/master
CocoaPods 1.0.7
2 parents 3b44dd7 + 7b950ff commit 6acc6dc

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
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.0.5"
3+
s.version = "1.0.7"
44
s.summary = "MQTT v3.1.1 client library for iOS and OS X written with Swift 2"
55
s.homepage = "https://github.com/emqtt/CocoaMQTT"
66
s.license = { :type => "MIT" }
@@ -11,7 +11,7 @@ Pod::Spec.new do |s|
1111
s.ios.deployment_target = "8.0"
1212
# s.watchos.deployment_target = "2.0"
1313
# s.tvos.deployment_target = "9.0"
14-
s.source = { :git => "https://github.com/emqtt/CocoaMQTT.git", :tag => "1.0.5"}
14+
s.source = { :git => "https://github.com/emqtt/CocoaMQTT.git", :tag => "1.0.7"}
1515
s.source_files = "Source/{*.h}", "Source/*.swift"
1616
s.dependency "CocoaAsyncSocket", "~> 7.4.2"
1717
s.dependency "MSWeakTimer", "~> 1.1.0"

Source/CocoaMQTT.swift

-1
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,6 @@ public class CocoaMQTT: NSObject, CocoaMQTTClient, GCDAsyncSocketDelegate, Cocoa
287287
#if DEBUG
288288
NSLog("CocoaMQTT: connected to \(host) : \(port)")
289289
#endif
290-
connState = CocoaMQTTConnState.CONNECTED
291290

292291
#if TARGET_OS_IPHONE
293292
if backgroundOnSocket {

0 commit comments

Comments
 (0)