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
- Host: GitHub
- URL: https://github.com/happycodelucky/swiftbox
- Owner: happycodelucky
- License: mit
- Created: 2019-10-18T18:01:34.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-06T01:17:07.000Z (over 4 years ago)
- Last Synced: 2025-03-04T07:48:32.107Z (3 months ago)
- Topics: boxing, nsobject, objective-c, swift, wrapper
- Language: Swift
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SwiftBox
Box implementation for boxing structs or scalars in Swift, to interact with Objective-C APIs


[](.//LICENSE)
[](https://github.com/pryomoax/SwiftBox/graphs/commit-activity)
# 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!