Skip to content

Commit

Permalink
Merge pull request #47 from akkyie/swift-version
Browse files Browse the repository at this point in the history
Fix podspec
  • Loading branch information
akkyie authored Aug 16, 2022
2 parents 641a264 + 18e14c9 commit d9de620
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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 = "4.2"
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 d9de620

Please sign in to comment.