Skip to content

Commit

Permalink
CocoaPods 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangwh committed May 26, 2016
1 parent 3b44dd7 commit 7b950ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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.5"
s.version = "1.0.7"
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.5"}
s.source = { :git => "https://github.com/emqtt/CocoaMQTT.git", :tag => "1.0.7"}
s.source_files = "Source/{*.h}", "Source/*.swift"
s.dependency "CocoaAsyncSocket", "~> 7.4.2"
s.dependency "MSWeakTimer", "~> 1.1.0"
Expand Down
1 change: 0 additions & 1 deletion Source/CocoaMQTT.swift
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,6 @@ public class CocoaMQTT: NSObject, CocoaMQTTClient, GCDAsyncSocketDelegate, Cocoa
#if DEBUG
NSLog("CocoaMQTT: connected to \(host) : \(port)")
#endif
connState = CocoaMQTTConnState.CONNECTED

#if TARGET_OS_IPHONE
if backgroundOnSocket {
Expand Down

0 comments on commit 7b950ff

Please sign in to comment.