blob: 456d1c70738dedaf0e08391b33a1b09e95df43f9 [file] [log] [blame]
{
"name": "yajl",
"version": "2.0.4",
"license": "ISC",
"summary": "Yet Another JSON Library - A Portable JSON parsing and serialization library in ANSI C.",
"homepage": "http://lloyd.github.com/yajl/",
"authors": {
"Lloyd Hilaiel": "lloyd@hilaiel.com"
},
"source": {
"git": "https://github.com/lloyd/yajl.git",
"tag": "2.0.4"
},
"source_files": [
"src/*.{h,c}",
"build/yajl-2.0.4/include/yajl"
],
"preserve_paths": "**/*",
"prepare_command": " ./configure\n mv COPYING LICENSE\n",
"requires_arc": false
}