blob: 44bd6a7cb29a5c04c7c2f5cc0a3cc848eec5826c [file] [log] [blame]
{
"name": "random-utils",
"version": "0.1.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\n",
"homepage": "https://github.com/grzegorzkrukowski/random-utils",
"license": "MIT",
"authors": {
"Grzegorz Krukowski": "grkrukowski@gmail.com"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/grzegorzkrukowski/random-utils.git",
"tag": "0.1.0"
},
"source_files": "random-utils",
"exclude_files": "Classes/Exclude"
}