blob: bac82386ccbf9c2c16d868e6dd5a378dee07aff1 [file] [log] [blame]
{
"name": "yajl",
"version": "1.0.12",
"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": "1.0.12"
},
"source_files": [
"src/*.{h,c}",
"build/yajl-1.0.12/include/yajl"
],
"preserve_paths": "**/*",
"prepare_command": " ./configure\n mv COPYING LICENSE\n",
"requires_arc": false
}