Skip to content

Commit

Permalink
Fix platform version specifications
Browse files Browse the repository at this point in the history
  • Loading branch information
akkyie committed Aug 16, 2022
1 parent cb1a8ac commit 18e14c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Tablier.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ Pod::Spec.new do |spec|

spec.author = { "Akio Yasui" => "akkyie01@gmail.com" }

spec.ios.deployment_target = "8.0"
spec.osx.deployment_target = "10.9"
spec.tvos.deployment_target = "9.0"
spec.swift_version = "5"
spec.osx.deployment_target = "10.15"
spec.ios.deployment_target = "13.0"
spec.tvos.deployment_target = "13.0"

spec.source = { :git => "https://github.com/akkyie/Tablier.git", :tag => "#{spec.version}" }
spec.source_files = "Sources/Tablier"
Expand Down

0 comments on commit 18e14c9

Please sign in to comment.