Safeframe 1.1.1× TestsTested ✗ LangLanguage Obj-CObjective C License MIT ReleasedLast Release Aug 2016Maintained by HeDong1117.Installation Guide×Installation Guide for SafeframeYou want to add pod 'Safeframe', '~> 1.1' similar to the following to your Podfile:target 'MyApp' do pod 'Safeframe', '~> 1.1' endThen run a pod install inside your terminal, or from CocoaPods.app.Alternatively to give it a test run, run the command:pod try SafeframeSee PodspecGitHub RepoPage on CocoaPods.orgSafeframe 1.1.1ByHeDongBruce-7/SafeframeDemoGitHub Repo SafeframeDemo 一个安全密码文本框 一个简单的自定义密码文本框和随机键盘,可适用于纯代码,xib,storyboard等情况. 可以使用Pod install platform :ios, '7.0' target :'your project' do pod 'Safeframe' end