From d951999a89004abd1f027ae848d02469b07edcfa Mon Sep 17 00:00:00 2001 From: Yasuhiro Hatta Date: Sat, 11 Jun 2016 17:49:19 +0900 Subject: [PATCH] Update podspec --- CSV.swift.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CSV.swift.podspec b/CSV.swift.podspec index 6c95ac2..b71f061 100644 --- a/CSV.swift.podspec +++ b/CSV.swift.podspec @@ -7,8 +7,8 @@ Pod::Spec.new do |s| s.authors = { 'Yasuhiro Hatta' => 'hatta.yasuhiro@gmail.com' } s.source = { :git => 'https://github.com/yaslab/CSV.swift.git', :tag => s.version } - s.ios.deployment_target = '8.0' s.osx.deployment_target = '10.9' + s.ios.deployment_target = '8.0' s.tvos.deployment_target = '9.0' s.watchos.deployment_target = '2.0'