Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
donn/Defile
🗡 Defile
A C file wrapper for Swift, with syntax and semantics inspired by scripting languages.
Dependencies
Swift 5.0+ on either macOS or Linux.
Usage
To use this in your app, either copy the single source file to your app's directory, drag the Xcode project to your Xcode sidebar or add the following to your Package.swift file:
dependencies: [
// ...
.package(url: "https://github.com/donn/Defile.git", .branch("master"))
// ...
],
targets: [
.target(
//...,
dependencies: [
//...
"Defile"
//...
]
)
]
⚖️ License
The Unlicense public domain dedication. Check 'UNLICENSE'.
Github
link |
Stars: 0 |
Last commit: 1 week ago |