blob: d0d8fd6ec441e208a5689a14f415f388a70ea824 [file] [log] [blame]
{
"name": "BNFParser",
"version": "1.1",
"summary": "BNFParser is a grammar parsing and validation framework based on the Backus-Naur Form pattern.",
"homepage": "https://github.com/mfriesen/BNFParser",
"authors": {
"Mike Friesen": "mfriesen@gmail.com"
},
"source": {
"git": "https://github.com/mfriesen/BNFParser.git",
"tag": "1.1"
},
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"source_files": [
"BNFParser",
"BNFParser/**/*.{h,m}"
],
"resources": [
"BNFParser/*.bnf"
],
"requires_arc": false
}