blob: bb63f7370e6f700564b8bd6d1acdc1cf8add2681 [file] [log] [blame]
{
"name": "ScryptoString",
"swift_version": "4.0",
"platforms": {
"ios": "9.1"
},
"summary": "ScryptoString lets you encrypt / decrypt any string.",
"requires_arc": true,
"version": "0.1.0",
"description": "ScryptoString lets you encrypt / decrypt any string value by using any string as password. Simply call the extension methods using the same password and they will mask / unmask your strings.",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"homepage": "https://github.com/perrchick/ScryptoString",
"authors": {
"Perry Sh": "perrchick@gmail.com"
},
"source": {
"git": "https://github.com/perrchick/ScryptoString.git",
"tag": "0.1.0"
},
"source_files": "ScryptoString/**/*.{swift}"
}