[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / f / 4 / Obfuscator / 2.0.0 / Obfuscator.podspec.json
bloba5eeb254d85e7bd42265a009c09541efb74f6b9e
2   "name": "Obfuscator",
3   "version": "2.0.0",
4   "summary": "Secure your app by obfuscating all the hard-coded security-sensitive strings.",
5   "description": "                   Secure your app by obfuscating all the hard-coded security-sensitive strings.\n\n                   Security Sensitive strings can be:\n\n                   * REST API Credentials\n                   * OAuth Credentials\n                   * Passwords\n                   * URLs not intended to be known to the public (i.e. private backend API endpoints)\n                   * Keys & Secrets\n\n                   This library hard-codes typical NSStrings as C language strings encoded in hexadecimal.\n                   When your app needs the original unobfuscated NSStrings, it dynamically decodes it back.\n\n                   It adds an extra layer of security against prying eyes.\n\n                   This makes it harder for people with jail-broken iPhones from opening up your app's executable file and \n                   looking for strings embedded in the binary that may appear 'interesting.'\n\n                   See generally:\n                   * http://www.raywenderlich.com/46223/ios-app-security-analysis-part-2\n                   * http://www.splinter.com.au/2014/09/16/storing-secret-keys/\n\n                   This library (v2+) can now be bridged over to Swift.\n\n",
6   "homepage": "https://github.com/pjebs/Obfuscator-iOS",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "PJ Engineering and Business Solutions Pty. Ltd.": "enquiries@pjebs.com.au"
13   },
14   "platforms": {
15     "ios": "6.0"
16   },
17   "source": {
18     "git": "https://github.com/pjebs/Obfuscator-iOS.git",
19     "tag": "v2.0.0"
20   },
21   "source_files": "Obfuscator/*",
22   "requires_arc": true