blob: 099548cc35389dd4e7b69a41a8df1d0faea6cf49 [file] [log] [blame]
{
"name": "CDBleSDK",
"version": "1.0.8",
"summary": "蓝牙数据交互SDK",
"description": "联桩(IOS)蓝牙中心设备与外设(充电桩)通讯交互SDK",
"homepage": "https://github.com/lele9096/bluetooth-sdk",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"LELE": "lelezpGZ@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/lele9096/bluetooth-sdk.git",
"tag": "v1.0.8"
},
"source_files": [
"CDBleSDK.framework/Headers",
"*.{h,m}"
],
"vendored_frameworks": "CDBleSDK.framework",
"requires_arc": true
}