Skip to content

Commit

Permalink
Bump podspec deployment target to 9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ezequiel Scaruli committed Jan 23, 2018
1 parent 92941c3 commit 5e17be6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion KeyboardConstraint.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ Pod::Spec.new do |s|
s.source = { :git => 'https://github.com/Papercloud/KeyboardConstraint.git', :tag => s.version.to_s }
s.source_files = 'KeyboardConstraint/*.{h,m}'
s.requires_arc = true
s.ios.deployment_target = '7.1'
s.ios.deployment_target = '9.0'
end

0 comments on commit 5e17be6

Please sign in to comment.