[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / e / 0 / d / MonetaryAmount / 1.0.0 / MonetaryAmount.podspec.json
blobd5ab3e120feb443d9adb26c8eee0a9b8634cc415
2   "name": "MonetaryAmount",
3   "version": "1.0.0",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "SoftwareEngineerChris": "4376956+SoftwareEngineerChris@users.noreply.github.com"
13   },
14   "source": {
15     "git": "https://github.com/SoftwareEngineerChris/MonetaryAmount.git",
16     "tag": "1.0.0"
17   },
18   "dependencies": {
19     "RoundedDecimal": [
20       "~> 2.1.0"
21     ]
22   },
23   "platforms": {
24     "ios": "10.0",
25     "osx": "10.9",
26     "watchos": "3.0",
27     "tvos": "10"
28   },
29   "swift_versions": "5.0",
30   "source_files": "Sources/MonetaryAmount/*",
31   "swift_version": "5.0"