blob: 3e6fee48d8874c98ae0db1810b70f6cdeaaa9fcf [file] [log] [blame]
{
"name": "RandomKitBigInt",
"version": "1.0.0",
"summary": "Random generation of arbitrary-precision integers in Swift.",
"homepage": "https://github.com/nvzqz/RandomKitBigInt",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": [
"Nikolai Vazquez",
"Károly Lőrentey"
],
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/nvzqz/RandomKitBigInt.git",
"tag": "v1.0.0"
},
"source_files": "Sources/**/*.swift",
"dependencies": {
"RandomKit": [
"~> 2.3.0"
],
"BigInt": [
"~> 2.1.1"
]
},
"pushed_with_swift_version": "3.0"
}