Skip to content

Commit

Permalink
Updated deployment target to 14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stolyarenkoks committed Sep 15, 2023
1 parent c5803c5 commit 8f3f922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UnlockSlider.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Pod::Spec.new do |s|
s.authors = { 'Konstantin Stolyarenko' => '[email protected]' }
s.source = { :git => 'https://github.com/stolyarenkoks/UnlockSlider.git', :tag => s.version }
s.documentation_url = 'https://github.com/stolyarenkoks/UnlockSlider/blob/master/README.md'
s.ios.deployment_target = '10.0'
s.ios.deployment_target = '14.0'
s.swift_versions = ['5.0', '5.1']
s.source_files = 'Source/*.swift'
end

0 comments on commit 8f3f922

Please sign in to comment.