blob: 3d9c12bf35f35f9bc0952a0a9de9b34bd649d74a [file] [log] [blame]
{
"name": "Parsicle",
"version": "0.1.0",
"summary": "A Swift parser combinator framework for iOS",
"homepage": "https://github.com/tolo/Parsicle",
"license": "MIT",
"authors": {
"Tobias Löfstrand": "tobias@leafnode.se"
},
"source": {
"git": "https://github.com/tolo/Parsicle.git",
"tag": "0.1.0"
},
"swift_versions": "5.2",
"platforms": {
"ios": "9.0",
"tvos": "9.0"
},
"frameworks": "Foundation",
"source_files": "Sources/**/*.{swift}",
"swift_version": "5.2"
}