Skip to content

Commit

Permalink
chore: add iOS deployment target in podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
OhKanghoon committed Apr 14, 2024
1 parent 23a9b71 commit c684ec8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions KarrotListKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ Pod::Spec.new do |spec|
spec.license = { type: 'Apache 2', file: 'LICENSE' }
spec.authors = 'Karrot'
spec.source = { git: 'https://github.com/daangn/KarrotListKit.git', tag: spec.version.to_s }
spec.ios.deployment_target = '13.0'
spec.swift_version = '5.0'

spec.source_files = 'Sources/**/*.{swift,h,m}'

Expand Down

0 comments on commit c684ec8

Please sign in to comment.