blob: 9932a89109027994500321abbb9e70b33f6abb09 [file] [log] [blame]
{
"name": "Sparse",
"version": "0.1.2",
"summary": "Sparse is a simple parsing library written in Swift.",
"description": "Sparse is a simple parsing library, written in Swift. It is based\non the parser-combinator approach as used by Haskell's Parsec.\nIts focus is on natural language parser creation and descriptive\nerror messages.",
"homepage": "https://github.com/johnpatrickmorgan/Sparse",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"johnpatrickmorgan": "johnpatrickmorganuk@gmail.com"
},
"source": {
"git": "https://github.com/johnpatrickmorgan/Sparse.git",
"tag": "0.1.2"
},
"social_media_url": "https://twitter.com/jpmmusic",
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"source_files": "Sources/**/*",
"pushed_with_swift_version": "3.0"
}