Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wolfmcnally/clua
A module (cocoapod) that exports Lua (written in the C language) to Swift.
https://github.com/wolfmcnally/clua
Last synced: 10 days ago
JSON representation
A module (cocoapod) that exports Lua (written in the C language) to Swift.
- Host: GitHub
- URL: https://github.com/wolfmcnally/clua
- Owner: wolfmcnally
- License: mit
- Created: 2018-04-21T08:09:03.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-04-21T09:56:59.000Z (over 6 years ago)
- Last Synced: 2024-12-01T23:21:29.596Z (about 1 month ago)
- Language: C
- Size: 278 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CLua
[![Version](https://img.shields.io/cocoapods/v/CLua.svg?style=flat)](http://cocoapods.org/pods/CLua)
[![License](https://img.shields.io/cocoapods/l/CLua.svg?style=flat)](http://cocoapods.org/pods/CLua)
[![Platform](https://img.shields.io/cocoapods/p/CLua.svg?style=flat)](http://cocoapods.org/pods/CLua)## Example
To run the example project, clone the repo, and run `pod install` from the Example directory first.
## Requirements
## Installation
CLua is available through [CocoaPods](http://cocoapods.org). To install
it, simply add the following line to your Podfile:```ruby
pod 'CLua'
```## Author
Wolf McNally, [email protected]
## License
CLua is available under the MIT license. See the LICENSE file for more info.