blob: 6fefa7efb2fec20aeb09b925dca9be54d4efd02a [file] [log] [blame]
{
"name": "NUIParse",
"version": "1.2.1",
"summary": "A shift/reduce parsing framework for Mac OS X and iOS",
"description": "NUIParse is a fork of CoreParse, a parsing library for Mac OS X and iOS.",
"homepage": "https://github.com/tombenner/NUIParse",
"authors": "Tom Davie",
"license": "MIT",
"source": {
"git": "https://github.com/tombenner/NUIParse.git",
"tag": "1.2.1"
},
"source_files": [
"NUIParse",
"NUIParse/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"osx": {
"frameworks": "Cocoa"
},
"ios": {
"frameworks": "Foundation"
},
"requires_arc": false
}