objecthub / swift-numberkit

Advanced numeric data types for Swift 5, including BigInt, Rational, and Complex numbers.
Apache License 2.0
54 stars 15 forks source link

iOS Support #5

Closed btc closed 4 years ago

btc commented 7 years ago

Is there any plan to add iOS support? What work is required? If it's simple, I'd be happy to do it.

objecthub commented 7 years ago

Since I'm primarily interested in macOS development, I didn't have plans so far. Feel free to include an iOS target if you would like to use the framework for an iOS app.

objecthub commented 4 years ago

I've just included an iOS target.