57ac824a76 | ||
---|---|---|
Sources | ||
Tests | ||
Yams.xcodeproj | ||
.gitignore | ||
.swift-version | ||
.swiftlint.yml | ||
.travis.yml | ||
LICENSE | ||
Package.swift | ||
Package@swift-4.swift | ||
README.md | ||
Yams.podspec | ||
yams.jpg |
README.md
Yams
A sweet and swifty Yaml parser built on libYAML.
Installation
Building Yams on macOS requires Xcode 8.x or a Swift 3.x toolchain with the Swift Package Manager.
Building Yams on Linux requires a Swift 3.x compiler and Swift Package Manager to be installed.
Swift Package Manager
Add .Package(url: "https://github.com/jpsim/Yams.git", majorVersion: 0)
to
your Package.swift
file's dependencies
.
CocoaPods
Add pod 'Yams'
to your Podfile
.
Carthage
Add github "jpsim/Yams"
to your Cartfile
.
Credit
This library was initially based on Chris Eidhof's gist.
License
Both Yams and libYAML are MIT licensed.