2 "name": "RoundedDecimal",
4 "summary": "Decimals where the number of decimal places is explicitly part of the type",
5 "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.",
6 "homepage": "https://github.com/SoftwareEngineerChris/RoundedDecimal",
12 "SoftwareEngineerChris": "4376956+SoftwareEngineerChris@users.noreply.github.com"
15 "git": "https://github.com/SoftwareEngineerChris/RoundedDecimal.git",
24 "swift_versions": "5.0",
25 "source_files": "Sources/**/*",
26 "swift_version": "5.0"