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.
- Host: GitHub
- URL: https://github.com/creatiwity/cjni
- Owner: Creatiwity
- Created: 2017-05-22T10:30:48.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-22T10:32:27.000Z (about 9 years ago)
- Last Synced: 2025-02-15T11:20:57.920Z (over 1 year ago)
- Topics: android, jni, swift
- Language: C++
- Size: 8.79 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)
]
)
```