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

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

Awesome Lists containing this project

README

          

# BinaryExtensions

[![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/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.