blob: 1a25e1f8094738c7f707f561d6530ed85cad060c [file] [log] [blame]
{
"name": "VBRandom",
"version": "1.0.0",
"summary": "VBRandom is a pseudo-random numbers generator. Using of VBRandom simplifies random numbers creation code.",
"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.",
"homepage": "https://github.com/valnoc/VBRandom",
"license": "MIT",
"authors": {
"Valeriy Bezuglyy": "valnocorner@gmail.com"
},
"source": {
"git": "https://github.com/valnoc/VBRandom.git",
"tag": "v1.0.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "VBRandom/**/*",
"dependencies": {
"VBException": [
"~> 1.0"
]
}
}