Go to file
Norio Nomura d06d6e03e6
Add SE-0166 support
2017-10-27 12:31:49 +09:00
Sources Add SE-0166 support 2017-10-27 12:31:49 +09:00
Tests Add SE-0166 support 2017-10-27 12:31:49 +09:00
Yams.xcodeproj Add SE-0166 support 2017-10-27 12:31:49 +09:00
.gitignore first commit 2016-11-19 13:59:58 -08:00
.swift-version first commit 2016-11-19 13:59:58 -08:00
.swiftlint.yml first commit 2016-11-19 13:59:58 -08:00
.travis.yml Update Linux Swift 4 version to latest snapshot 2017-09-09 17:04:37 -07:00
LICENSE first commit 2016-11-19 13:59:58 -08:00
Package.swift first commit 2016-11-19 13:59:58 -08:00
Package@swift-4.swift Fix swiftlint violations 2017-10-20 11:06:27 +09:00
README.md release 0.3.0 2017-03-31 11:06:59 -07:00
Yams.podspec Release 0.3.7 2017-10-05 14:52:49 -07:00
yams.jpg add image to readme 2016-11-20 11:26:22 -08:00

README.md

Yams

Yams

A sweet and swifty Yaml parser built on libYAML.

Test Status

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.