Skip to content

koara/koara-swift

Repository files navigation

Koara

Build Status Coverage Status CocoaPods Compatible License

Koara-swift

Koara is a modular lightweight markup language. This project is the core koara parser written in Swift.
If you are interested in converting koara to a specific outputFormat, please look the Related Projects section.

Getting started

  • CocoaPods

    use_frameworks!
    
    target 'MyApp' do
      pod 'Koara'
    end
  • Carthage

  • Swift Package Manager