blob: 10fa2ac158715e66d4a70abcbc7a0840b9939bc0 [file] [log] [blame]
{
"name": "BigInt",
"version": "3.0.1",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0",
"watchos": "2.0"
},
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"summary": "Arbitrary-precision arithmetic in pure Swift",
"homepage": "https://github.com/attaswift/BigInt",
"authors": "Károly Lőrentey",
"source": {
"git": "https://github.com/attaswift/BigInt.git",
"tag": "v3.0.1"
},
"source_files": "sources/*.swift",
"social_media_url": "https://twitter.com/lorentey",
"documentation_url": "http://attaswift.github.io/BigInt/",
"dependencies": {
"SipHash": [
"~> 1.2"
]
},
"pushed_with_swift_version": "4.0"
}