blob: 5bb0ff027a04bfc71f321faebfc3ee50defd6013 [file] [log] [blame]
{
"name": "TPObfuscation",
"version": "1.1.0",
"summary": "TPObfuscation will hide Strings in Swift binaries.",
"description": "TPObfuscation uses Swift unicode scalars to hide your credentials from binary string extraction.",
"homepage": "https://github.com/techprimate/TPObfuscation",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Philip Niedertscheider": "phil@techprimate.com"
},
"source": {
"git": "https://github.com/techprimate/TPObfuscation.git",
"tag": "1.1.0"
},
"social_media_url": "https://twitter.com/techprimate",
"platforms": {
"ios": "8.0"
},
"source_files": "Source/Classes/**/*",
"dependencies": {
"SwiftLint": [
]
}
}