SecretSwitch 0.1.0× TestsTested ✗ LangLanguage Obj-CObjective C License MIT ReleasedLast Release Dec 2014Maintained by Unclaimed.Installation Guide×Installation Guide for SecretSwitchYou want to add pod 'SecretSwitch', '~> 0.1' similar to the following to your Podfile:target 'MyApp' do pod 'SecretSwitch', '~> 0.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 SecretSwitchSee PodspecGitHub RepoPage on CocoaPods.orgSecretSwitch 0.1.0Byshjborageshjborage/SecretSwitchGitHub Repo Protect your secret info while switching apps. Demo Like this: How to #import "SerectSwitch.h" and then add this to your application:didFinishLaunchingWithOptions: method: [SerectSwitch protectSecret];