Skip to content

Commit

Permalink
Changed min version
Browse files Browse the repository at this point in the history
  • Loading branch information
wickwirew committed May 31, 2024
1 parent 241e876 commit 2f11f63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Runtime.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ Pod::Spec.new do |s|
s.homepage = "https://github.com/wickwirew/Runtime"
s.license = "MIT"
s.author = { "Wesley Wickwire" => "[email protected]" }
s.ios.deployment_target = '9.0'
s.tvos.deployment_target = '9.0'
s.ios.deployment_target = '12.0'
s.tvos.deployment_target = '12.0'
s.osx.deployment_target = '10.10'
s.source = { :git => "https://github.com/wickwirew/Runtime.git", :tag => s.version }
s.source_files = 'Sources/**/*.{swift,h}'
Expand Down

0 comments on commit 2f11f63

Please sign in to comment.