Skip to content

Commit

Permalink
updated podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Spriter committed Mar 20, 2018
1 parent 74dc5e2 commit c8e0a1a
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 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.4.0"
s.version = "0.4.1"
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" => "[email protected]", "Jerome Schmitz" => "[email protected]", "Nils Lattek" => "[email protected]" }
s.source = { :git => "https://github.com/Spriter/SwiftyHue.git", :tag => "0.4.0" }
s.source = { :git => "https://github.com/Spriter/SwiftyHue.git", :tag => "0.4.1" }

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

Expand All @@ -42,8 +42,7 @@ Pod::Spec.new do |s|

base.source_files = 'Sources/Base/**/*.{h,swift}'
base.dependency 'Alamofire', '4.5.1'
base.dependency 'Gloss', '2.0.0-beta.1'
base.dependency 'Log', '1.0'
base.dependency 'Gloss', '2.0.0'
end

s.subspec 'BridgeServices' do |bridgeservices|
Expand All @@ -54,9 +53,8 @@ Pod::Spec.new do |s|
bridgeservices.osx.deployment_target = '10.11'

bridgeservices.dependency 'Alamofire', '4.5.1'
bridgeservices.dependency 'Gloss', '2.0.0-beta.1'
bridgeservices.dependency 'CocoaAsyncSocket', '7.6.0'
bridgeservices.dependency 'Log', '1.0'
bridgeservices.dependency 'Gloss', '2.0.0'
bridgeservices.dependency 'CocoaAsyncSocket', '7.6.2'

end

Expand Down

0 comments on commit c8e0a1a

Please sign in to comment.