Update podspec summary
This commit is contained in:
parent
5ff2177938
commit
be82f7144c
|
@ -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 }
|
||||
|
|
Loading…
Reference in New Issue