blob: 3e7c4d161b0218e68d000b08e31188c3da38f43c [file] [log] [blame]
{
"name": "RandomKit",
"version": "5.2.2",
"summary": "Random data generation in Swift.",
"homepage": "https://github.com/nvzqz/RandomKit",
"documentation_url": "https://nvzqz.github.io/RandomKit/docs/index.html",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": "Nikolai Vazquez",
"social_media_url": "https://twitter.com/nikolaivazquez",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/nvzqz/RandomKit.git",
"tag": "v5.2.2"
},
"source_files": "Sources/RandomKit/**/*.swift",
"dependencies": {
"ShiftOperations": [
"~> 1.0.2"
],
"Threadly": [
"~> 1.0"
]
},
"pushed_with_swift_version": "3.1.1"
}