From be82f7144c705c718fcbb98d8eb97b12fa197ef6 Mon Sep 17 00:00:00 2001 From: Yasuhiro Hatta Date: Sun, 9 Jul 2017 14:38:37 +0900 Subject: [PATCH] Update podspec summary --- CSV.swift.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CSV.swift.podspec b/CSV.swift.podspec index 5ce431b..c676448 100644 --- a/CSV.swift.podspec +++ b/CSV.swift.podspec @@ -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 }