blob: 73d50753e665cf1754b47805f9c36edbcbdb7dfb [file] [log] [blame]
{
"name": "Koara",
"version": "0.15.2",
"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.2"
},
"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"
}