blob: b939c2a0f8300722d054d58969c9ca820f8d9b7f [file] [log] [blame]
{
"name": "EntropyString",
"version": "1.0.0",
"summary": "Efficiently generate cryptographically strong random strings of specified entropy from various character sets.",
"description": "Efficiently generate cryptographically strong and secure random strings of specified entropy from various character sets for use when probabilisticly unique string identifiers are needed. Entropy is calculated from a total number of strings and acceptable risk of a repeat.",
"homepage": "https://github.com/EntropyString/EntropyString-Swift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"knoxen": "paul@knoxen.com",
"dingo sky": "paul@dingosky.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/EntropyString/EntropyString-Swift.git",
"tag": "1.0.0"
},
"source_files": "Sources/**/*.swift",
"pushed_with_swift_version": "3.1"
}