diff --git a/SwiftyHue.podspec b/SwiftyHue.podspec index ee4a255..08814cb 100644 --- a/SwiftyHue.podspec +++ b/SwiftyHue.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = "SwiftyHue" - s.version = "0.5.4" + s.version = "0.5.5" s.summary = "Philips Hue SDK written in swift." # This description is used to generate tags and improve search results. @@ -22,7 +22,7 @@ Pod::Spec.new do |s| # s.screenshots = "www.example.com/screenshots_1", "www.example.com/screenshots_2" s.license = 'MIT' s.authors = { "Marcel Dittmann" => "marceldittmann@gmx.de", "Jerome Schmitz" => "jerome.schmitz@gmx.net", "Nils Lattek" => "nilslattek@gmail.com" } - s.source = { :git => "https://github.com/Spriter/SwiftyHue.git", :tag => "0.5.4" } + s.source = { :git => "https://github.com/Spriter/SwiftyHue.git", :tag => "0.5.5" } # s.social_media_url = 'https://twitter.com/'