blob: 8de2e0281ab7dcb04188ab72ca2be3984deb2ea5 [file] [log] [blame]
{
"name": "BigInt",
"version": "5.0.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": "v5.0.0"
},
"source_files": "sources/*.swift",
"social_media_url": "https://twitter.com/lorentey",
"documentation_url": "http://attaswift.github.io/BigInt/"
}