From 328b53b7e3d3d0f32d03adaf7c84297a7310cdf5 Mon Sep 17 00:00:00 2001 From: Robert Payne Date: Tue, 23 Apr 2019 23:01:11 +1200 Subject: [PATCH] Update min target versions --- SnapKit.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SnapKit.podspec b/SnapKit.podspec index 5c73581..e0c5df3 100644 --- a/SnapKit.podspec +++ b/SnapKit.podspec @@ -8,9 +8,9 @@ Pod::Spec.new do |s| s.social_media_url = 'http://twitter.com/robertjpayne' s.source = { :git => 'https://github.com/SnapKit/SnapKit.git', :tag => '5.0.0' } - s.ios.deployment_target = '9.0' + s.ios.deployment_target = '10.0' s.osx.deployment_target = '10.12' - s.tvos.deployment_target = '9.0' + s.tvos.deployment_target = '10.0' s.source_files = 'Source/*.swift'