blob: eeeb787d708d1408e8a9d7e51bb02d149057ef9e [file] [log] [blame]
{
"name": "NUIParse",
"version": "1.2",
"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"
},
"source_files": [
"NUIParse",
"NUIParse/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"osx": {
"frameworks": "Cocoa"
},
"ios": {
"frameworks": "Foundation"
},
"requires_arc": false
}