Skip to content

LootApp/Yams

 
 

Repository files navigation

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.

About

A Sweet and Swifty YAML parser.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 62.5%
  • Swift 31.6%
  • C++ 5.4%
  • Other 0.5%