blob: b47925deebc226c79dc72c78ce2b4be2ccc81848 [file] [log] [blame]
{
"name": "TryParsec",
"version": "0.1.0",
"license": {
"type": "MIT"
},
"homepage": "https://github.com/inamiy/TryParsec",
"authors": {
"Yasuhiro Inami": "inamiy@gmail.com"
},
"summary": "Monadic parser combinator for try! Swift.",
"source": {
"git": "https://github.com/inamiy/TryParsec.git",
"tag": "0.1.0"
},
"platforms": {
"osx": "10.9",
"ios": "8.0",
"watchos": "2.0",
"tvos": "9.0"
},
"source_files": "Sources/**/*.swift",
"dependencies": {
"Result": [
"~> 1.0"
]
}
}