QBNullSafe 1.0.0×Maintained by shuyangxiaobao.Installation Guide×Installation Guide for QBNullSafeYou want to add pod 'QBNullSafe', '~> 1.0' similar to the following to your Podfile:target 'MyApp' do pod 'QBNullSafe', '~> 1.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 QBNullSafeSee PodspecGitHub RepoPage on CocoaPods.orgQBNullSafe 1.0.0BygeqiangbaoGH: shuyangxiaobaoshuyangxiaobao/QBNullSafeGitHub RepoQBNullSafe NullSafe是NSNull上的一个简单类别,它为任何未识别的对象返回nil 而不是抛出异常。