Update podspec summary

This commit is contained in:
Yasuhiro Hatta 2017-07-09 14:38:37 +09:00
parent 5ff2177938
commit be82f7144c
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ Pod::Spec.new do |s|
s.name = 'CSV.swift'
s.version = '2.0.0'
s.license = 'MIT'
s.summary = 'CSV reading library written in Swift.'
s.summary = 'CSV reading and writing library written in Swift.'
s.homepage = 'https://github.com/yaslab/CSV.swift'
s.authors = { 'Yasuhiro Hatta' => 'hatta.yasuhiro@gmail.com' }
s.source = { :git => 'https://github.com/yaslab/CSV.swift.git', :tag => s.version }