Skip to content

Commit

Permalink
Bump up to ios deployment target to 12.0
Browse files Browse the repository at this point in the history
Bump up to macos deployment target to 10.10
  • Loading branch information
tid-kijyun committed Feb 22, 2024
1 parent 2db49f4 commit f1d67ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Kanna.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ Pod::Spec.new do |s|
s.social_media_url = 'https://twitter.com/_tid_'
s.swift_versions = '5'

s.ios.deployment_target = '8.0'
s.osx.deployment_target = '10.9'
s.ios.deployment_target = '12.0'
s.osx.deployment_target = '10.13'
s.tvos.deployment_target = "9.0"
s.watchos.deployment_target = "2.0"
s.requires_arc = true
Expand Down

0 comments on commit f1d67ac

Please sign in to comment.