blob: 349073898e60fd5aa6208e0755342d881e9a302b [file] [log] [blame]
{
"name": "RandomUtils",
"version": "0.2.1",
"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.1"
},
"source_files": "RandomUtils"
}