blob: c5139bfed31204961c273121f0dd4c0e2f3c044e [file] [log] [blame]
{
"name": "EasyRandom",
"version": "0.9",
"summary": "Easy random variable generator for Swift",
"description": "EasyRandom generates random variables for a given distribution. Define your own distribution, either discrete or continuous, and EasyRandom will make randoms for you.",
"homepage": "https://helloworldpark.github.io",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Sunghyun Park": "helloworld.park@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/helloworldpark/EasyRandom.git",
"tag": "0.9"
},
"source_files": "Sources/**/*.{h,m,swift}",
"pushed_with_swift_version": "3.0"
}