blob: f4448f2f0ff744119e1f690603ddf78f79787def [file] [log] [blame]
{
"name": "Koara",
"version": "0.15.0",
"summary": "Koara parser written in Swift",
"description": "Koara is a modular lightweight markup language. The developer decides which parts of the syntax are allowed to be parsed. The rest will render as plain text.",
"homepage": "https://www.codeaddslife.com/koara",
"license": {
"type": "Apache 2.0",
"file": "LICENSE"
},
"authors": "Andy Van den Heuvel",
"source": {
"git": "https://github.com/koara/koara-swift.git",
"tag": "0.15.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"source_files": "Source/**/*.{swift,h,m,c}",
"pushed_with_swift_version": "3.2"
}