blob: 513fce891cb19601f2e7f0ecfb1eecbc46d6ff46 [file] [log] [blame]
{
"name": "BigInt",
"version": "2.1.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/lorentey/BigInt",
"authors": "Károly Lőrentey",
"source": {
"git": "https://github.com/lorentey/BigInt.git",
"tag": "v2.1.1"
},
"source_files": "sources/*.swift",
"social_media_url": "https://twitter.com/lorentey",
"documentation_url": "http://lorentey.github.io/BigInt/",
"dependencies": {
"SipHash": [
"~> 1.1"
]
},
"pushed_with_swift_version": "3.0"
}