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

https://github.com/creatiwity/cjni

Exports a JNI header module.
https://github.com/creatiwity/cjni

android jni swift

Last synced: about 1 month ago
JSON representation

Exports a JNI header module.

Awesome Lists containing this project

README

          

# CJNI Swift package

Exports a JNI header module.

## Usage

```swift
import PackageDescription

let package = Package(
name: "example",
dependencies: [
.Package(url: "https://github.com/Creatiwity/CJNI", majorVersion: 1)
]
)
```