From bb8f609e5bef16b5af106b884642b9092f13599a Mon Sep 17 00:00:00 2001 From: Josip Cavar Date: Tue, 21 Aug 2018 19:18:16 +0200 Subject: [PATCH] New pod release --- MQTTClient.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MQTTClient.podspec b/MQTTClient.podspec index eb8277e4..66c6a34e 100644 --- a/MQTTClient.podspec +++ b/MQTTClient.podspec @@ -1,13 +1,13 @@ Pod::Spec.new do |mqttc| mqttc.name = "MQTTClient" - mqttc.version = "0.15.0" + mqttc.version = "0.15.1" mqttc.summary = "iOS, macOS and tvOS native ObjectiveC MQTT Client Framework" mqttc.homepage = "https://github.com/novastone-media/MQTT-Client-Framework" mqttc.license = { :type => "EPLv1", :file => "LICENSE" } mqttc.author = { "novastonemedia" => "ios@novastonemedia.com" } mqttc.source = { :git => "https://github.com/novastone-media/MQTT-Client-Framework.git", - :tag => "0.15.0", + :tag => "0.15.1", :submodules => true }