2 "name": "NSObject+NSLog",
4 "summary": "A simple drop-in library to support `NSDictionary/NSArray/NSSet` unicode encoding output when using NSLog(@\"%@\", dict);",
5 "description": "As we know, while using `NSLog` to output `NSDictionary/NSArray/NSSet`, non-ascii characers will be convert to `Udd3f` format. It sucks. Let me help you :)",
6 "homepage": "https://github.com/0x5e/NSObject-NSLog",
12 "gaosen": "0x5e@sina.cn"
15 "git": "https://github.com/0x5e/NSObject-NSLog.git",
22 "source_files": "NSObject+NSLog/Classes/**/*",
23 "frameworks": "Foundation"