Update podspec

This commit is contained in:
Yasuhiro Hatta 2016-06-11 17:49:19 +09:00
parent 5272d86d98
commit d951999a89
1 changed files with 1 additions and 1 deletions

View File

@ -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'