From b0ea5a1569ebf810408488827b40ed945f057c73 Mon Sep 17 00:00:00 2001 From: Alex Usbergo Date: Thu, 26 Jul 2018 23:37:21 +0200 Subject: [PATCH] Update Buffer.podspec --- Buffer.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Buffer.podspec b/Buffer.podspec index 7f9588d..c5a964a 100644 --- a/Buffer.podspec +++ b/Buffer.podspec @@ -28,7 +28,7 @@ Pod::Spec.new do |s| s.source = { :git => "https://github.com/alexdrone/Buffer.git", :tag => s.version.to_s } s.social_media_url = 'https://twitter.com/alexdrone' - s.ios.deployment_target = '8.0' + s.ios.deployment_target = '10.0' s.source_files = 'src/**/*'