blob: 2276b16a4391ee8d98c3c00cc4d1a9f7db21a32e [file] [log] [blame]
{
"name": "RoundedDecimal",
"version": "0.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": "0.1.0"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.0",
"source_files": "RoundedDecimal/implementation/**/*",
"swift_version": "5.0"
}