blob: 7f0dbfb89a09830278edf5c80e07432d54034750 [file] [log] [blame]
{
"name": "Redact",
"version": "0.0.1",
"summary": "Redact passwords or unnessary details from logs and strings",
"description": " Redact sensitive strings from your logs with [obj redactedDescription],\n similar to Rails filter_parameters.\n \n By default redacts the password property for objects and dictionaries.\n",
"homepage": "https://github.com/DanBrooker/redact",
"license": "MIT",
"authors": {
"Daniel Brooker": "dan@nocturnalcode.com"
},
"source": {
"git": "https://github.com/DanBrooker/redact.git",
"tag": "0.0.1"
},
"social_media_url": "https://twitter.com/DraconisNZ",
"requires_arc": true,
"source_files": "Classes",
"ios": {
"exclude_files": "Classes/osx"
},
"osx": {
"exclude_files": "Classes/ios"
}
}