Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 411 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 411 Bytes

JNISwift package

Exposes a Swift API on top of the JNI header module.

Usage

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.