crackify 0.0.2× TestsTested ✗ LangLanguage Obj-CObjective C License MIT ReleasedLast Release Dec 2014Maintained by Unclaimed.Installation Guide×Installation Guide for crackifyYou want to add pod 'crackify', '~> 0.0' similar to the following to your Podfile:target 'MyApp' do pod 'crackify', '~> 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 crackifySee PodspecGitHub RepoPage on CocoaPods.orgcrackify 0.0.2ByIvan Trufanovitruf/crackifyGitHub Repo Crackify Easy protection for iOS apps from cracking. How to use Import Crackify.h If you want to check was device jailbroken write: [Crackify isJailbroken]; If you want to check was app cracked write: [Crackify isCracked];