blob: 0c7e26fa47edb4609150a2d3995751638cd221a5 [file] [log] [blame]
{
"name": "BiSON",
"version": "1.1.1",
"summary": "A portable BSON C library",
"homepage": "https://github.com/smartdevicelink/bson_c_lib",
"license": {
"type": "New BSD",
"file": "LICENSE"
},
"preserve_paths": "src/emhashmap/LICENSE",
"authors": {
"SmartDeviceLink Team": "developer@smartdevicelink.com"
},
"platforms": {
"ios": "6.0",
"osx": "10.7",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/smartdevicelink/bson_c_lib.git",
"tag": "1.1.1"
},
"source_files": [
"src/*.{h,c}",
"src/emhashmap/*.{h,c}"
],
"header_mappings_dir": "src"
}