Skip to content

Commit

Permalink
Fixing another pod spec
Browse files Browse the repository at this point in the history
  • Loading branch information
henrik-dmg committed Apr 9, 2020
1 parent d4e424d commit 37de045
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions HPOpenWeather.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ Pod::Spec.new do |s|
s.author = { "henrik-dmg" => "henrik@panhans.dev" }
s.social_media_url = "https://twitter.com/henrik_dmg"

s.ios.deployment_target = "9.0"
s.ios.deployment_target = "8.0"
s.osx.deployment_target = "10.11"
s.watchos.deployment_target = "3.0"
s.osx.deployment_target = "10.10"
s.tvos.deployment_target = "9.0"

s.source = { :git => 'https://github.com/henrik-dmg/HPOpenWeather.git', :tag => "#{s.version}" }
Expand Down

0 comments on commit 37de045

Please sign in to comment.