Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/giginet/jansson-swift
Swift modulemaps for jansson
https://github.com/giginet/jansson-swift
Last synced: 1 day ago
JSON representation
Swift modulemaps for jansson
- Host: GitHub
- URL: https://github.com/giginet/jansson-swift
- Owner: giginet
- License: mit
- Created: 2018-07-10T18:57:19.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-10T20:27:34.000Z (over 6 years ago)
- Last Synced: 2025-01-19T16:49:58.102Z (5 days ago)
- Language: Swift
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jansson-swift
Swift modulemaps for [jansson](https://github.com/akheron/jansson).
## Installation
Install `jansson` via a Package Manager.
```
$ brew install jansson
``````
$ apt-get install libjansson-dev
```Then you add the dependency to your `Package.swift`.
You can use `Jansson` as Swift module.```swift
import Jansson
```