blob: 1d74acd6b3c7b5842dec79641b95da7907cd2a21 [file] [log] [blame]
{
"name": "LibYAML",
"version": "0.1.4",
"summary": "LibYAML is a YAML 1.1 parser and emitter written in C.",
"homepage": "http://pyyaml.org/wiki/LibYAML",
"license": "MIT",
"authors": "Kirill Simonov",
"source": {
"http": "http://pyyaml.org/download/libyaml/yaml-0.1.4.tar.gz"
},
"source_files": [
"config.h",
"include/*.h",
"src/*.{c,h}"
],
"public_header_files": "include/*.h",
"xcconfig": {
"OTHER_CFLAGS": "-DHAVE_CONFIG_H"
},
"prepare_command": " ./configure 2>&1\n",
"requires_arc": false
}