You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: JSONHelper.podspec
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,9 @@ Pod::Spec.new do |s|
2
2
s.name='JSONHelper'
3
3
s.version='2.1.0'
4
4
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!'
0 commit comments