blob: a0929c793dca68eb0855ec1b0f82ac3d0f0e52b1 [file] [log] [blame]
{
"name": "EntropyString",
"version": "1.1.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"
},
"social_media_url": "http://twitter.com/knoxen",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/EntropyString/EntropyString-Swift.git",
"tag": "1.1.0"
},
"source_files": "Sources/**/*.swift",
"pushed_with_swift_version": "3.1"
}