blob: 637f8ef9cc9c3df947bcc46c18a23f3afa9fcb92 [file] [log] [blame]
{
"name": "SwiftyParserCombinator",
"platforms": {
"ios": "9.0"
},
"summary": "SwiftyParserCombinator is a swift implementation of functional idea.",
"requires_arc": true,
"version": "1.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Vijaya Prakash Kandel": "kandelvijaya@gmail.com"
},
"homepage": "https://github.com/kandelvijaya/SwiftParserCombinator",
"source": {
"git": "https://github.com/kandelvijaya/SwiftParserCombinator.git",
"tag": "1.0"
},
"source_files": "ParserCombinator/**/*.{swift}",
"swift_version": "4.2"
}