Skip to content

Commit

Permalink
Merge pull request #266 from tid-kijyun/fix/cocoapods
Browse files Browse the repository at this point in the history
 Fixed a bug where an error occurred with cocoapods
  • Loading branch information
tid-kijyun authored Feb 22, 2024
2 parents 2db49f4 + f1d67ac commit 9315350
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 9315350

Please sign in to comment.