[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 1 / e / 8 / BNFParser / 1.0 / BNFParser.podspec.json
blob5c54abfd1b9d96d0293b6ae4d1e0d7202297309e
2   "name": "BNFParser",
3   "version": "1.0",
4   "summary": "BNFParser is a grammar parsing and validation framework based on the Backus-Naur Form pattern.",
5   "homepage": "https://github.com/mfriesen/BNFParser",
6   "authors": {
7     "Mike Friesen": "mfriesen@gmail.com"
8   },
9   "source": {
10     "git": "https://github.com/mfriesen/BNFParser.git",
11     "tag": "1.0"
12   },
13   "license": {
14     "type": "Apache License, Version 2.0",
15     "file": "LICENSE"
16   },
17   "platforms": {
18     "osx": "10.8"
19   },
20   "source_files": [
21     "BNFParser",
22     "BNFParser/**/*.{h,m}"
23   ],
24   "resources": [
25     "BNFParser/*.bnf"
26   ],
27   "requires_arc": false