[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 6 / f / 0 / EZTamperDetection / 1.0.0 / EZTamperDetection.podspec.json
blobe75c115e54db9225e647e26b1db0a1a651f62577
2   "name": "EZTamperDetection",
3   "version": "1.0.0",
4   "summary": "A small class to determine if it's code is exectued on a jailbroken device.",
5   "description": "This tamper detection can be integrated into an iOS Application or Framework. It tests for common hot spots on jailbroken devices:\n\nan open sandbox\nfilesystem abnormalities\nApplication directory type\nexistence of certain dynamic libraries\nOn a vanilla jailbroken iOS 9.0.2 device it detects filesystem abnormalities and if the Application directory is replaced by a symbolic link. Method names are rather cryptic on purpose.",
6   "homepage": "https://github.com/effzehn/EZTamperDetection",
7   "license": "MIT",
8   "authors": {
9     "Andre Hoffmann": "dev@effzehn.de"
10   },
11   "source": {
12     "git": "https://github.com/effzehn/EZTamperDetection.git",
13     "tag": "1.0.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*"