From 5e17be6b59dec29597050a1a4eb0b5522f5e7a38 Mon Sep 17 00:00:00 2001 From: Ezequiel Scaruli Date: Tue, 23 Jan 2018 14:30:44 +1100 Subject: [PATCH] Bump podspec deployment target to 9.0 --- KeyboardConstraint.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/KeyboardConstraint.podspec b/KeyboardConstraint.podspec index 581a229..e1f10a7 100644 --- a/KeyboardConstraint.podspec +++ b/KeyboardConstraint.podspec @@ -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 \ No newline at end of file