[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / 5 / c / d / NUIParse / 1.3 / NUIParse.podspec.json
blob780bf456d9a4d5b679f037d4570d65849b4a6eba
2   "name": "NUIParse",
3   "version": "1.3",
4   "summary": "A shift/reduce parsing framework for Mac OS X and iOS",
5   "description": "NUIParse is a fork of CoreParse, a parsing library for Mac OS X and iOS.",
6   "homepage": "https://github.com/tombenner/NUIParse",
7   "authors": "Tom Davie",
8   "license": "MIT",
9   "source": {
10     "git": "https://github.com/tombenner/NUIParse.git",
11     "tag": "1.3"
12   },
13   "source_files": [
14     "NUIParse",
15     "NUIParse/**/*.{h,m}"
16   ],
17   "exclude_files": "Classes/Exclude",
18   "osx": {
19     "frameworks": "Cocoa"
20   },
21   "ios": {
22     "frameworks": "Foundation"
23   },
24   "requires_arc": false