UCSafeNotification 1.0×Maintained by ‘RPGLiker’.Installation Guide×Installation Guide for UCSafeNotificationYou want to add pod 'UCSafeNotification', '~> 1.0' similar to the following to your Podfile:target 'MyApp' do pod 'UCSafeNotification', '~> 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 UCSafeNotificationSee PodspecGitHub RepoPage on CocoaPods.orgUCSafeNotification 1.0ByRPGLikerRPGLiker/UCSafeNotificationGitHub RepoUCSafeNotification 一个用代理和runtime去做的安全的通知,在释放的时候可以不用刻意去移除观察者