Skip to content

Commit

Permalink
New pod version
Browse files Browse the repository at this point in the history
  • Loading branch information
jcavar committed Aug 15, 2018
1 parent 7622a1d commit a21a9c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MQTTClient.podspec
Original file line number Diff line number Diff line change
@@ -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
}

Expand Down

0 comments on commit a21a9c5

Please sign in to comment.