Skip to content

Commit

Permalink
Updated description in podspec and README
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxDesiatov committed Nov 10, 2018
1 parent 251e6b6 commit e11ac82
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CoreXLSX.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Pod::Spec.new do |s|
s.name = 'CoreXLSX'
s.version = '0.1.0'
s.summary = 'XLSX (Excel spreadsheet) format suppport written in Pure Swift'
s.summary = 'Excel spreadsheet (XLSX) format support in pure Swift'

# This description is used to generate tags and improve search results.
# * Think: What does it do? Why did you write it? What is the focus?
Expand All @@ -19,7 +19,7 @@ Pod::Spec.new do |s|

s.swift_version = '4.2'
s.description = <<-DESC
XLSX (Excel spreadsheet) format suppport written in Pure Swift.
Excel spreadsheet (XLSX) format support in pure Swift.
DESC

s.homepage = 'https://github.com/MaxDesiatov/CoreXLSX'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CoreXLSX

## Excel (XLSX) format support in pure Swift
## Excel spreadsheet (XLSX) format support in pure Swift

[![CI Status](https://img.shields.io/travis/MaxDesiatov/CoreXLSX.svg?style=flat)](https://travis-ci.org/MaxDesiatov/CoreXLSX)
[![Version](https://img.shields.io/cocoapods/v/CoreXLSX.svg?style=flat)](https://cocoapods.org/pods/CoreXLSX)
Expand Down

0 comments on commit e11ac82

Please sign in to comment.