blob: 29e6b85f8a2872ec032e57ee794a117abeee80ba [file] [log] [blame]
{
"name": "UAObfuscatedString",
"version": "0.2",
"summary": "A simple NSStringCategory to hide sensitive strings from appearing in your binary",
"description": " UAObfuscatedString is a simple and lightweight category on NSString that allows you to prevent sensitive strings from appearing in the binary. Without some sort of obfuscation, strings like backend API methods and urls, API keys and other sensitive data can be read by utilizing various tools such as strings.\n",
"homepage": "https://github.com/UrbanApps/UAObfuscatedString",
"license": "MIT",
"authors": {
"Matt Coneybeare": "coneybeare@urbanapps.com"
},
"source": {
"git": "https://github.com/UrbanApps/UAObfuscatedString.git",
"tag": "0.2"
},
"source_files": "NSString+UAObfuscatedString.[h|m]",
"requires_arc": false
}