Money
Money copied to clipboard
Swift value types for working with money & currency
Xcode 9 snuck in some quite interesting breaking changes with Swift 3.2 and numeric protocols. In particular `Numeric`, `SignedNumeric`, `FloatingPoint` and `SignedNumber` which no longer exists properly. Additionally, [`Decimal`](https://github.com/apple/swift/blob/2e5817ebe15b8c2fc2459e08c1d462053cbb9a99/stdlib/public/SDK/Foundation/Decimal.swift) is...
Are there plans to update this library to Swift 3.2 or 4.0?
Added support for arithmetic operations using Decimals (needed by the Swift 4 update for FX).
I have an app where the user selects one of a set of regions for the app to run in and all the money amounts need to use the currency...
Here's how I code. class statement { var amountDue: Money? } statement.amountDue = 100.00 It displays as $ in the UI Screen, but when I used statement.amountDue = 100.25 it's...
Added to `Package.swift` file to allow installation via SPM.
The breach "feature/MNY-79_updates_for_xcode_9" can't support CustomCurrencyType?
Hi, Are there any intentions for an update to support Swift 3 for this library? If not I'm happy to take a stab at it and submit a PR if...
Awesome project! Any plans on supporting installation via Swift Package Manager?
Hi, awesome library, you are planning to update to swift 4?