[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / b / e / d / VBRandom / 1.0.0 / VBRandom.podspec.json
blob1a25e1f8094738c7f707f561d6530ed85cad060c
2   "name": "VBRandom",
3   "version": "1.0.0",
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",
7   "license": "MIT",
8   "authors": {
9     "Valeriy Bezuglyy": "valnocorner@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/valnoc/VBRandom.git",
13     "tag": "v1.0.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "VBRandom/**/*",
20   "dependencies": {
21     "VBException": [
22       "~> 1.0"
23     ]
24   }