Skip to content

Commit

Permalink
[FIX] MQTTClient.h in podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Krey committed Aug 10, 2016
1 parent 91af33f commit 6ad8e68
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
MQTT-Client-Framework iOS/OSX/tvOS Release Notes
================================================

## MQTT-Client-Framework 0.8.1
> Release date 2016-08-10
[FIX] MQTTClient.h in podspec

## MQTT-Client-Framework 0.8.0
> Release date 2016-08-08
Expand Down
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.8.0"
mqttc.version = "0.8.1"
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.0",
:tag => "0.8.1",
:submodules => true
}

Expand Down

0 comments on commit 6ad8e68

Please sign in to comment.