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