https://github.com/forge-srl/bionic-js-runtime-swift
Swift runtime for bionic.js
https://github.com/forge-srl/bionic-js-runtime-swift
bionic-js ios javascript javascriptcore macos swift swift-library
Last synced: 5 months ago
JSON representation
Swift runtime for bionic.js
- Host: GitHub
- URL: https://github.com/forge-srl/bionic-js-runtime-swift
- Owner: Forge-Srl
- License: mit
- Created: 2021-02-18T15:46:19.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-24T15:10:23.000Z (about 5 years ago)
- Last Synced: 2025-07-05T16:11:17.609Z (9 months ago)
- Topics: bionic-js, ios, javascript, javascriptcore, macos, swift, swift-library
- Language: Swift
- Homepage:
- Size: 55.7 KB
- Stars: 8
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# bionic.js Swift runtime

This is the Swift runtime library used by bionic.js (for more information see the [main repository](https://github.com/Forge-Srl/bionic-js))
## Installation
### CocoaPods
Specify bionic.js into your project's `Podfile`:
```ruby
pod 'Bionic-js'
```
## License
See the [LICENSE](LICENSE.md) file for license rights and limitations (MIT).