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: README.markdown
+26-5Lines changed: 26 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -19,19 +19,40 @@ Usage:
19
19
20
20
####2. A collection of shell utils
21
21
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.
23
25
24
26
####3. NSString Wrapper
25
27
26
28
NSString Wrapper is a wrapper class to decorate NSString methods to java String style.
27
29
28
30
####4. Macro Utils
29
31
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.
33
43
34
44
####5. Encoding Utils
35
45
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:
0 commit comments