Skip to content

Commit f1d775d

Browse files
committed
MOD: update readme
1 parent f945aa0 commit f1d775d

File tree

1 file changed

+26
-5
lines changed

1 file changed

+26
-5
lines changed

README.markdown

Lines changed: 26 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,40 @@ Usage:
1919

2020
####2. A collection of shell utils
2121

22-
1. removeTailBlank.sh It can remove tailing blank space in the .h & .m source file.
22+
* removeTailBlank.sh
23+
24+
It can remove tailing blank space in the .h & .m & .mm source file.
2325

2426
####3. NSString Wrapper
2527

2628
NSString Wrapper is a wrapper class to decorate NSString methods to java String style.
2729

2830
####4. Macro Utils
2931

30-
1. VersionCompare.h Macros used for version comparison.
31-
2. MacroUtils.h Macros used for debuging and I18N.
32-
3. UIContants.h Macros used for UI.
32+
* VersionCompare.h
33+
34+
Macros used for version comparison.
35+
36+
* MacroUtils.h
37+
38+
Macros used for debuging and I18N.
39+
40+
* UIContants.h
41+
42+
Macros used for UI.
3343

3444
####5. Encoding Utils
3545

36-
1. Base64 The author is Matt Gallagher. I got the code from <http://cocoawithlove.com/2009/06/base64-encoding-options-on-mac-and.html> . The copyright info is in the header of the relevant source file.
46+
* Base64
47+
48+
The author is Matt Gallagher. I got the code from [http://cocoawithlove.com/2009/06/base64-encoding-options-on-mac-and. html](http://cocoawithlove.com/2009/06/base64-encoding-options-on-mac-and.html) . The copyright info is in the header of the relevant source file.
49+
50+
* JSON
51+
52+
If you want a json lib, I recommend [JSONKit](https://github.com/johnezang/JSONKit) .As I know, it's faster than any other open source json libraries. You can get it using:
53+
54+
```
55+
git clone https://github.com/johnezang/JSONKit.git
56+
```
57+
3758

0 commit comments

Comments
 (0)