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 }