blob: 1cf8c4ccf7f73e3cbb1913cefeab40398c6169ca [file] [log] [blame]
{
"name": "UAObfuscatedString",
"version": "0.4.0",
"summary": "A simple String Swift extension to hide sensitive strings from appearing in your binary",
"description": "UAObfuscatedString is a simple and lightweight Swift String extension 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.",
"homepage": "https://github.com/UrbanApps/UAObfuscatedString",
"license": "MIT",
"authors": {
"Matt Coneybeare": "coneybeare@urbanapps.com"
},
"source": {
"git": "https://github.com/UrbanApps/UAObfuscatedString.git",
"tag": "0.4.0"
},
"source_files": "UAObfuscatedString.swift",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"pushed_with_swift_version": "3.0"
}