blob: 9b6c39dd3a34ed75c3a79b4509d15715621a8c39 [file] [log] [blame]
{
"name": "CDBleSDK",
"version": "1.0",
"summary": "蓝牙数据交互SDK",
"description": "这是蓝牙中心设备与外设通讯交互SDK",
"homepage": "https://github.com/lele9096/bluetooth-sdk",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"LELE": "lelezpGZ@163.com"
},
"source": {
"git": "https://github.com/lele9096/bluetooth-sdk.git",
"tag": "v1.0.2"
},
"source_files": [
"CDBleSDK.framework/Headers",
"*.{h,m}"
],
"requires_arc": true,
"platforms": {
"osx": null,
"ios": null,
"tvos": null,
"watchos": null
}
}