2 "name": "MonetaryAmount",
4 "summary": "A Swift representation of Money and ISO 4217 Currencies and the manipulation of them",
5 "description": "A Swift representation of money / monetary amounts and ISO 4217 currency designations. Supports manipulation\nand combination of monetary amounts of a single or multiple currency. Handles minor units (the exponent, e.g. cents for USD)\nfor each currency as specified in the ISO 4217 standard. Simple manipulation includes consolidating / combining \namounts. For example with MonetaryAmount, GBP10.50 + USD5.70 + GBP6.50 + USD8.10 consolidated would result in \nGBP17.00 and USD13.80. MonetaryAmount does not do any FX or conversion of currencies, it keeps each individual \ncurrency subtotal separate.",
6 "homepage": "https://github.com/SoftwareEngineerChris/MonetaryAmount",
12 "SoftwareEngineerChris": "4376956+SoftwareEngineerChris@users.noreply.github.com"
15 "git": "https://github.com/SoftwareEngineerChris/MonetaryAmount.git",
29 "swift_versions": "5.0",
30 "source_files": "Sources/MonetaryAmount/*",
31 "swift_version": "5.0"