An open API service indexing awesome lists of open source software.

https://github.com/anquii/bigintextensions

Extensions of BigInt in Swift
https://github.com/anquii/bigintextensions

ios macos swift swift-package swift-package-manager

Last synced: about 1 month ago
JSON representation

Extensions of BigInt in Swift

Awesome Lists containing this project

README

          

# BigIntExtensions

[![Platform](https://img.shields.io/badge/Platforms-macOS%20%7C%20iOS-blue)](#platforms)
[![Swift Package Manager compatible](https://img.shields.io/badge/SPM-compatible-orange)](#swift-package-manager)
[![License](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/anquii/BigIntExtensions/blob/main/LICENSE)

Extensions of [BigInt](https://github.com/attaswift/BigInt) in Swift.

## Platforms
- macOS 10.15+
- iOS 13+

## Installation

### Swift Package Manager

Add the following line to your `Package.swift` file:
```swift
.package(url: "https://github.com/anquii/BigIntExtensions.git", from: "0.1.0")
```
...or integrate with Xcode via `File -> Swift Packages -> Add Package Dependency...` using the URL of the repository.

## License

`BigIntExtensions` is licensed under the terms of the MIT license. See the [LICENSE](LICENSE) file for more information.