Skip to content

Commit

Permalink
Bump deployment targets as required by CocoaPods
Browse files Browse the repository at this point in the history
  • Loading branch information
fwcd committed Nov 20, 2023
1 parent f01c73a commit c846cc3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions SwiftQRCodeGenerator.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ Pod::Spec.new do |s|
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.tvos.deployment_target = '9.0'
s.watchos.deployment_target = '2.0'
s.osx.deployment_target = '10.11'
s.tvos.deployment_target = '11.0'
s.watchos.deployment_target = '4.0'
s.osx.deployment_target = '10.13'
s.module_name = 'QRCodeGenerator'
s.source_files = 'Sources/**/*'
s.frameworks = 'Foundation'
Expand Down

0 comments on commit c846cc3

Please sign in to comment.