RicLog 0.0.2× TestsTested ✗ LangLanguage Obj-CObjective C License MIT ReleasedLast Release Dec 2016Maintained by Orta Therox.Installation Guide×Installation Guide for RicLogYou want to add pod 'RicLog', '~> 0.0' similar to the following to your Podfile:target 'MyApp' do pod 'RicLog', '~> 0.0' endThen run a pod install inside your terminal, or from CocoaPods.app.Alternatively to give it a test run, run the command:pod try RicLogSee PodspecGitHub RepoPage on CocoaPods.orgRicLog 0.0.2ByzhanglihuanzLihuan/RicLoggerGitHub Repo RicLogger Description (一个能打印dictionary中的中文字符的printer)A Log printer used to print the value of NSDictionary|NSArray and solved NSLog can't print the Chinese and so on) Effect: Usage: NSDictionary *aDic = @{@"hello":@"你好"}; RicLog(aDic); print likely: { hello:你好 }