blob: 88a64f0d64e7c1c9a7145ff9c920ee38516a0010 [file] [log] [blame]
{
"name": "jsoncpp",
"version": "1.6.5",
"summary": "A C++ library for interacting with JSON.",
"description": "JsonCpp is a C++ library that allows manipulating JSON values, including serialization and deserialization to and from strings.\nIt can also preserve existing comment in unserialization/serialization steps, making it a convenient format to store user input files.",
"homepage": "https://github.com/open-source-parsers/jsoncpp",
"license": "MIT",
"authors": {
"Baptiste Lepilleur": "blep@users.sourceforge.net"
},
"platforms": {
"ios": "7.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/open-source-parsers/jsoncpp.git",
"tag": "1.6.5"
},
"source_files": "dist/**/*.{h,cpp}",
"preserve_paths": [
"amalgamate.py",
"include/json",
"src/lib_json"
],
"prepare_command": "python amalgamate.py",
"header_mappings_dir": "dist",
"libraries": "c++"
}