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
- Host: GitHub
- URL: https://github.com/anquii/bigintextensions
- Owner: anquii
- License: mit
- Created: 2023-11-12T13:30:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-12T19:26:54.000Z (over 2 years ago)
- Last Synced: 2025-06-30T22:07:36.822Z (11 months ago)
- Topics: ios, macos, swift, swift-package, swift-package-manager
- Language: Swift
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BigIntExtensions
[](#platforms)
[](#swift-package-manager)
[](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.