Boilertalk/BigInt.swift
A BigInt library for Swift
Example
For examples have a look at the original library readme or look through the source code.
Installation
CocoaPods
BigInt.swift is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'BigInt.swift'Carthage
BigInt.swift is compatible with Carthage, a decentralized dependency manager that builds your dependencies and provides you with binary frameworks. To install it, simply add the following line to your Cartfile:
github "Boilertalk/BigInt.swift"Swift Package Manager
BigInt.swift is compatible with Swift Package Manager v4 (Swift 4 and above). Simply add it to the dependencies in your Package.swift.
dependencies: [
.package(url: "https://github.com/Boilertalk/BigInt.swift.git", from: "1.0.0")
]After which you can import it in your .swift files.
import BigIntLicense
BigInt is available under the MIT license. See the LICENSE file for more info.
Package Metadata
Repository: Boilertalk/BigInt.swift
Stars: 4
Forks: 0
Open issues: 0
Default branch: master
Primary language: swift
License: Other
README: README.md