Skip to content

Commit

Permalink
Merge pull request #11 from QiuZhiFei/dev
Browse files Browse the repository at this point in the history
feat: update s.osx.deployment_target
  • Loading branch information
QiuZhiFei authored Jun 2, 2024
2 parents 67465a3 + cebe813 commit afa9d9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Commands.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Pod::Spec.new do |s|

s.requires_arc = true
s.swift_versions = ['5.1', '5.2', '5.3']
s.osx.deployment_target = "10.9"
s.osx.deployment_target = "11.0"
s.source = { :git => "https://github.com/qiuzhifei/swift-commands.git", :tag => s.version }
s.source_files = "Sources/*/*.swift"
end

0 comments on commit afa9d9f

Please sign in to comment.