https://github.com/creatiwity/jniswift
Swift Package Manager to wrap JNI
https://github.com/creatiwity/jniswift
jni swift
Last synced: about 2 months ago
JSON representation
Swift Package Manager to wrap JNI
- Host: GitHub
- URL: https://github.com/creatiwity/jniswift
- Owner: Creatiwity
- Created: 2017-06-29T13:15:22.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-10T13:11:43.000Z (almost 9 years ago)
- Last Synced: 2025-02-15T11:20:56.464Z (over 1 year ago)
- Topics: jni, swift
- Language: C++
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JNISwift package
Exposes a Swift API on top of the JNI header module.
## Usage
```swift
import PackageDescription
let package = Package(
name: "example",
dependencies: [
.Package(url: "https://github.com/Creatiwity/JNISwift", majorVersion: 1)
]
)
```
## Credits
This repository is a portage to Swift 4 of the original lib https://github.com/SwiftAndroid/swift-jni made by Geordie J.