Skip to content

Commit

Permalink
iOS: Fix wultra#25: Min supported iOS is now 9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hvge committed Oct 9, 2020
1 parent 8ebf10c commit 78b3618
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Deploy/WultraPassphraseMeter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Pod::Spec.new do |s|
s.source = { :git => 'https://github.com/wultra/passphrase-meter.git', :tag => s.version.to_s }
s.swift_versions = ['5.0']

s.ios.deployment_target = '8.0'
s.ios.deployment_target = '9.0'
s.osx.deployment_target = '10.10'

s.default_subspec = 'Core'
Expand Down
2 changes: 1 addition & 1 deletion WultraPassphraseMeter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Pod::Spec.new do |s|
s.source = { :git => 'https://github.com/wultra/passphrase-meter.git', :tag => s.version.to_s }
s.swift_versions = ['5.0']

s.ios.deployment_target = '8.0'
s.ios.deployment_target = '9.0'
s.osx.deployment_target = '10.10'

s.default_subspec = 'Core'
Expand Down

0 comments on commit 78b3618

Please sign in to comment.