blob: 6784dd4cf581ee6889a545f3e7f4426a29005079 [file] [log] [blame]
{
"name": "RoundedDecimal",
"version": "1.1.0",
"summary": "Decimals where the number of decimal places is explicitly part of the type",
"description": "This library makes the number of decimal places after the point part of the type so that you can guarantee\nthat you are handling a Decimal type with the exact number of decimal places you expect. Converting between\ndecimals of differenct decimal places can be done safely and explicitly using the type system.",
"homepage": "https://github.com/SoftwareEngineerChris/RoundedDecimal",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"SoftwareEngineerChris": "4376956+SoftwareEngineerChris@users.noreply.github.com"
},
"source": {
"git": "https://github.com/SoftwareEngineerChris/RoundedDecimal.git",
"tag": "1.1.0"
},
"platforms": {
"ios": "10.0",
"osx": "10.9",
"watchos": "3.0",
"tvos": "10"
},
"swift_versions": "5.0",
"source_files": "Sources/**/*",
"swift_version": "5.0"
}