blob: 00bbb670a86fac7c6e979d7e92e00d79e6a9f93c [file] [log] [blame]
{
"name": "PPJailbreakDetection",
"version": "1.0.2",
"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.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "PPJailbreakDetection/Classes/**/*"
}