blob: 81641f15f9c3c2087bf481f07971568fbc16da0d [file] [log] [blame]
{
"name": "UInt128",
"version": "0.8.0",
"summary": "A Swift 128-bit Unsigned Integer Data Type",
"description": "This library provides a Swift 4.0 compatible 128-bit Unsigned Integer\ndata type. It includes support for all of the protocols that you would\nexpect from a native UnsignedInteger type in the Swift standard library.",
"homepage": "https://github.com/Jitsusama/UInt128",
"license": {
"type": "Apache-2.0",
"file": "LICENSE"
},
"authors": {
"Joel Gerber": "joel@grrbrr.ca"
},
"source": {
"git": "https://github.com/Jitsusama/UInt128.git",
"tag": "0.8.0"
},
"source_files": "Sources/*",
"swift_version": "4.0",
"platforms": {
"ios": "8.0",
"tvos": "9.0",
"osx": "10.9",
"watchos": "2.0"
}
}