danthorpe / Money

Swift value types for working with money & currency
MIT License
933 stars 91 forks source link

Fix issue with #available for locale #58

Closed davelyon closed 7 years ago

davelyon commented 8 years ago

iOS 10 is required, and the optional for currencyCode should be force unwrapped.

These changes were required for my project to compile with Swift 2.3.