4 "summary": "VBRandom is a pseudo-random numbers generator. Using of VBRandom simplifies random numbers creation code.",
5 "description": "VBRandom is a pseudo-random numbers generator. Using of VBRandom simplifies random numbers creation code.\n\nIt uses arc4random() function.\n\n## Supported features\n1. random NSUInteger\n2. random NSInteger\n3. random double\n4. random BOOL\n\n## License\nVBRandom is available under the MIT license. See the LICENSE file for more info.",
6 "homepage": "https://github.com/valnoc/VBRandom",
9 "Valeriy Bezuglyy": "valnocorner@gmail.com"
12 "git": "https://github.com/valnoc/VBRandom.git",
19 "source_files": "VBRandom/**/*",