From b1cc7c0a25be77c540f0063e67a1a3e528764303 Mon Sep 17 00:00:00 2001 From: Christoph Krey Date: Wed, 4 Jan 2017 12:26:57 +0100 Subject: [PATCH] [FIX] undo CocoaLumberJack current version usage --- CHANGELOG.md | 3 +-- MQTTClient.podspec | 7 ++++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index acb2d083..c784d326 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ MQTT-Client-Framework iOS/OSX/tvOS Release Notes ================================================ -## MQTT-Client-Framework 0.8.6 +## MQTT-Client-Framework 0.8.6/7 > Release date 2017-01-04 [NEW] Support voip applications #243 @@ -9,7 +9,6 @@ MQTT-Client-Framework iOS/OSX/tvOS Release Notes [NEW] Use signals for synchronouse calls #250 [NEW] Configurable connect-in-foreground behaviour #234 -[FIX] CocoaLumberjack related issues. Now on current CocoaLumberjack version [FIX] Documentation update #252 [FIX] Backward compatibility issue #253 [FIX] Publish messages by messageId ascending order when using MQTTInMemoryPersistence #247 diff --git a/MQTTClient.podspec b/MQTTClient.podspec index b5109e55..5f834aae 100644 --- a/MQTTClient.podspec +++ b/MQTTClient.podspec @@ -1,13 +1,13 @@ Pod::Spec.new do |mqttc| mqttc.name = "MQTTClient" - mqttc.version = "0.8.6" + mqttc.version = "0.8.7" mqttc.summary = "iOS, OSX and tvOS native ObjectiveC MQTT Client Framework" mqttc.homepage = "https://github.com/ckrey/MQTT-Client-Framework" mqttc.license = { :type => "EPLv1", :file => "LICENSE" } mqttc.author = { "Christoph Krey" => "krey.christoph@gmail.com" } mqttc.source = { :git => "https://github.com/ckrey/MQTT-Client-Framework.git", - :tag => "0.8.6", + :tag => "0.8.7", :submodules => true } @@ -45,7 +45,8 @@ Pod::Spec.new do |mqttc| end mqttc.subspec 'MinL' do |minl| - minl.dependency 'CocoaLumberjack' + minl.dependency 'CocoaLumberjack', '~> 2.3.0' + minl.source_files = "MQTTClient/MQTTClient/MQTTCFSocketDecoder.{h,m}", "MQTTClient/MQTTClient/MQTTCFSocketEncoder.{h,m}", "MQTTClient/MQTTClient/MQTTCFSocketTransport.{h,m}",