blob: 610c33b28bb9253671678801de54f0f5294f75af [file] [log] [blame]
{
"name": "BigInt",
"version": "3.1.0",
"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.1.0"
},
"source_files": "sources/*.swift",
"social_media_url": "https://twitter.com/lorentey",
"documentation_url": "http://attaswift.github.io/BigInt/",
"dependencies": {
"SipHash": [
"~> 1.2"
]
}
}