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

https://github.com/happycodelucky/swiftbox

Box implementation for boxing structs or scalars in Swift, to interact with Objective-C APIs
https://github.com/happycodelucky/swiftbox

boxing nsobject objective-c swift wrapper

Last synced: 2 months ago
JSON representation

Box implementation for boxing structs or scalars in Swift, to interact with Objective-C APIs

Awesome Lists containing this project

README

        

# SwiftBox
Box implementation for boxing structs or scalars in Swift, to interact with Objective-C APIs

![Swift Version](https://img.shields.io/badge/swift-5.1-blue.svg?style=for-the-badge)
![iOS Version](https://img.shields.io/badge/iOS-12.0-green.svg?style=for-the-badge)
![macOS Version](https://img.shields.io/badge/macOS-10.13-green.svg?style=for-the-badge)
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg?style=for-the-badge)](.//LICENSE)
[![Maintained](https://img.shields.io/badge/Maintained%3F-yes-green.svg?style=for-the-badge)](https://github.com/pryomoax/SwiftBox/graphs/commit-activity)
![Release](https://img.shields.io/github/release-pre/pryomoax/SwiftBox.svg?style=for-the-badge)

# Release Notes

| Version | Description |
| :-----: | ----------------------------- |
| 1.0.0 | Inital commit |

# Installation

To use `SwiftBox` for use within your project see how to reference package susing the [Swift Package Manager](https://swift.org/package-manager/) or in [Xcode](https://developer.apple.com/videos/play/wwdc2019/408/). Once installed you can import SwiftBox as appropriate.

# Usage

Coming soon!