blob: 194e4a7fceef0753c3e36135f8aad2af2b92fcec [file] [log] [blame]
{
"name": "taojson",
"version": "1.0",
"summary": "C++11 header-only JSON library",
"homepage": "https://github.com/taocpp/json",
"authors": {
"taocpp": "https://github.com/taocpp"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"source": {
"git": "https://github.com/charleslyh/json.git",
"tag": "1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "include/tao/**/*.hpp",
"header_mappings_dir": "include"
}