https://github.com/anquii/binaryextensions
Extensions related to binary representations in Swift
https://github.com/anquii/binaryextensions
ios macos swift swift-package swift-package-manager
Last synced: about 2 months ago
JSON representation
Extensions related to binary representations in Swift
- Host: GitHub
- URL: https://github.com/anquii/binaryextensions
- Owner: anquii
- License: mit
- Created: 2023-11-12T15:27:26.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-02T20:56:13.000Z (over 2 years ago)
- Last Synced: 2025-06-30T22:07:37.942Z (11 months ago)
- Topics: ios, macos, swift, swift-package, swift-package-manager
- Language: Swift
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BinaryExtensions
[](#platforms)
[](#swift-package-manager)
[](https://github.com/anquii/BinaryExtensions/blob/main/LICENSE)
Extensions related to binary representations 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/BinaryExtensions.git", from: "0.1.0")
```
...or integrate with Xcode via `File -> Swift Packages -> Add Package Dependency...` using the URL of the repository.
## License
`BinaryExtensions` is licensed under the terms of the MIT license. See the [LICENSE](LICENSE) file for more information.