Skip to content

Commit

Permalink
update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Spriter committed Jan 10, 2020
1 parent 6e9d212 commit 8719b94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SwiftyHue.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = "SwiftyHue"
s.version = "0.5.8"
s.version = "0.5.9"
s.summary = "Philips Hue SDK written in swift."

# This description is used to generate tags and improve search results.
Expand All @@ -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.7" }
s.source = { :git => "https://github.com/Spriter/SwiftyHue.git", :tag => "0.5.9" }

# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'

Expand Down

0 comments on commit 8719b94

Please sign in to comment.