Skip to content

Commit

Permalink
Bump iOS deployment target to 11.0
Browse files Browse the repository at this point in the history
To pass the CocoaPods validation check
  • Loading branch information
fwcd committed Nov 20, 2023
1 parent 2fbe967 commit 2b1980b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SwiftQRCodeGenerator.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Pod::Spec.new do |s|
s.author = 'fwcd'
s.source = { :git => 'https://github.com/fwcd/swift-qrcode-generator.git', :tag => "v#{s.version.to_s}" }
s.swift_version = '5.1'
s.ios.deployment_target = '9.0'
s.ios.deployment_target = '11.0'
s.tvos.deployment_target = '11.0'
s.watchos.deployment_target = '4.0'
s.osx.deployment_target = '10.13'
Expand Down

0 comments on commit 2b1980b

Please sign in to comment.