diff --git a/UberSignature.podspec b/UberSignature.podspec index 4e6e1fd..86ff908 100644 --- a/UberSignature.podspec +++ b/UberSignature.podspec @@ -16,6 +16,6 @@ Pod::Spec.new do |spec| spec.default_subspecs = 'Swift' spec.framework = 'CoreGraphics', 'Foundation', 'UIKit' spec.requires_arc = true - spec.ios.deployment_target = '10.0' + spec.ios.deployment_target = '9.0' spec.swift_version = '4.1' end