From a21a9c533bcb4668bb9a4c908a4aec8be203bcf9 Mon Sep 17 00:00:00 2001 From: Josip Cavar Date: Wed, 15 Aug 2018 10:24:20 +0200 Subject: [PATCH] New pod version --- MQTTClient.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MQTTClient.podspec b/MQTTClient.podspec index 01fa0c77..eb8277e4 100644 --- a/MQTTClient.podspec +++ b/MQTTClient.podspec @@ -1,13 +1,13 @@ Pod::Spec.new do |mqttc| mqttc.name = "MQTTClient" - mqttc.version = "0.14.0" + mqttc.version = "0.15.0" 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.14.0", + :tag => "0.15.0", :submodules => true }