blob: b2a8470fd0baef082e9a06912b82309671e5fa77 [file] [log] [blame]
{
"name": "BiSON",
"version": "1.2.0",
"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.2.0"
},
"source_files": [
"src/*.{h,c}",
"src/emhashmap/*.{h,c}"
],
"header_mappings_dir": "src"
}