blob: 07d53f473bce0414576cc6476cc5bfc6c14b6b0f [file] [log] [blame]
{
"name": "SwiftyParserCombinator",
"platforms": {
"ios": "9.0"
},
"summary": "SwiftyParserCombinator is a swift implementation of functional idea for parsing raw string into client structure.",
"requires_arc": true,
"version": "1.1",
"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.1"
},
"source_files": "ParserCombinator/**/*.{swift}",
"swift_version": "4.2"
}