blob: f8f56ac317ee9a1681b691dfe541e2a374529e26 [file] [log] [blame]
{
"name": "PPJailbreakDetection",
"version": "1.0.0",
"summary": "PPJailbreakDetection is a library to detect Jailbroken iOS devices.",
"description": "PPJailbreakDetection is a library to detect Jailbroken iOS devices.\n\nJailbreak presents a major concern for most developers involved in applications that require HIPAA and PCI-DSS compliance. \nThis library detects the main jailbreak methods by inspecting evidence that the process of breaking Apple's sandbox environment leaves behind.",
"homepage": "https://github.com/ppaulojr/PPJailbreakDetection",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ppaulojr": "ppaulojr@gmail.com"
},
"source": {
"git": "https://github.com/ppaulojr/PPJailbreakDetection.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "PPJailbreakDetection/Classes/**/*"
}