Skip to content

Commit

Permalink
touched version 0.1.3 for client test updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Krey committed Apr 9, 2015
1 parent cadb8b9 commit fed637d
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,11 +1,11 @@
Pod::Spec.new do |s|
s.name = "MQTTClient"
s.version = "0.1.2"
s.version = "0.1.3"
s.summary = "IOS native ObjectiveC MQTT Framework"
s.homepage = "https://github.com/ckrey/MQTT-Client-Framework"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Christoph Krey" => "krey.christoph@gmail.com" }
s.source = { :git => "https://github.com/ckrey/MQTT-Client-Framework.git", :tag => "0.1.2" }
s.source = { :git => "https://github.com/ckrey/MQTT-Client-Framework.git", :tag => "0.1.3" }

s.source_files = "MQTTClient/MQTTClient", "MQTTClient/MQTTClient/**/*.{h,m}"
s.requires_arc = true
Expand Down

0 comments on commit fed637d

Please sign in to comment.