blob: 1d3b6ffc3998fd636fc8f36a2f0a12a191b15859 [file] [log] [blame]
{
"name": "PPJailbreakDetection",
"version": "1.0.3",
"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.3"
},
"platforms": {
"ios": "8.0"
},
"source_files": "PPJailbreakDetection/Classes/**/*"
}