Skip to content

Commit e219fc6

Browse files
committed
[Podspec] Shorten summary and add description
1 parent aff172c commit e219fc6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

JSONHelper.podspec

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ Pod::Spec.new do |s|
22
s.name = 'JSONHelper'
33
s.version = '2.1.0'
44
s.license = { :type => 'zlib', :file => 'LICENSE' }
5-
s.summary = 'Convert anything into anything in one operation; hex strings into UIColor/NSColor, JSON strings into class instances, y/n strings to booleans, arrays and dictionaries of these; anything you can make sense of!'
5+
6+
s.summary = 'Convert values of any type into any other type in just one operation!'
7+
s.description = 'Convert anything into anything in one operation; hex strings into UIColor/NSColor, JSON strings into class instances, y/n strings to booleans, arrays and dictionaries of these; anything you can make sense of!'
68

79
s.homepage = 'https://github.com/isair/JSONHelper'
810
s.author = { 'Baris Sencan' => '[email protected]' }

0 commit comments

Comments
 (0)