blob: 71a7a1a3e4362fa506cd2f622eba4c880a37a421 [file] [log] [blame]
{
"name": "EasyRandom",
"version": "0.9.2",
"summary": "Easy random variable generator for Swift",
"description": "EasyRandom is a random number generator for a given distribution by the user. Define your own distribution(either discrete, probability density function, or cumulative one), and generate as much as you want.",
"homepage": "https://helloworldpark.github.io",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Helloworld Park": "helloworld.park@gmail.com"
},
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"source": {
"git": "https://github.com/helloworldpark/EasyRandom.git",
"tag": "0.9.2"
},
"source_files": "Sources/**/*.{h,m,swift}",
"pushed_with_swift_version": "3.0"
}