blob: d3f94ef22796c2f02a94f7e001c5fe64ed272e8c [file] [log] [blame]
{
"name": "RandomUtils",
"version": "0.2.0",
"summary": "Utilities to work with random numbers, strings, selecting random elements in Objective-C.",
"description": "* Generating random numbers\n* Generating random strings\n* Selecting elements from NSArray randomly\n* Selecting elements from NSDictionary randomly\n* Seeded random generator",
"homepage": "https://github.com/grzegorzkrukowski/RandomUtils",
"license": "MIT",
"authors": {
"Grzegorz Krukowski": "grkrukowski@gmail.com"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/grzegorzkrukowski/RandomUtils.git",
"tag": "0.2.0"
},
"source_files": "RandomUtils"
}