blob: 6ae73042a7200166729526c07ea08a88f80eb51c [file] [log] [blame]
{
"name": "EntropyString",
"version": "3.0.3",
"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": "11.0",
"osx": "10.11",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/EntropyString/EntropyString-Swift.git",
"tag": "3.0.3"
},
"source_files": "Sources/*.swift"
}