blob: 33674bcc2bcc5fc014979003394dbeeb79101f1f [file] [log] [blame]
{
"name": "MonetaryAmount",
"version": "1.1.0",
"summary": "A Swift representation of Money and ISO 4217 Currencies and the manipulation of them",
"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.",
"homepage": "https://github.com/SoftwareEngineerChris/MonetaryAmount",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"SoftwareEngineerChris": "4376956+SoftwareEngineerChris@users.noreply.github.com"
},
"source": {
"git": "https://github.com/SoftwareEngineerChris/MonetaryAmount.git",
"tag": "1.1.0"
},
"dependencies": {
"RoundedDecimal": [
"~> 2.2.0"
]
},
"platforms": {
"ios": "10.0",
"osx": "10.9",
"watchos": "3.0",
"tvos": "10"
},
"swift_versions": "5.0",
"source_files": "Sources/MonetaryAmount/*",
"swift_version": "5.0"
}