Skip to content

Commit

Permalink
Fix swift version in podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
bcylin committed Jun 7, 2020
1 parent 89894d0 commit 08cd7ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion QuickTableViewController.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Pod::Spec.new do |s|
s.license = { type: "MIT", file: "LICENSE" }
s.author = "bcylin"

s.swift_version = "4.2"
s.swift_version = "5"
s.ios.deployment_target = "8.0"
s.tvos.deployment_target = "9.0"

Expand Down

0 comments on commit 08cd7ea

Please sign in to comment.