blob: 74b617c1e593fdd07c17a707f401cbc3a433558c [file] [log] [blame]
{
"name": "DLBLEHelper",
"version": "0.0.3",
"summary": "将手机作为蓝牙中心,与外设进行通信。",
"description": "对整个蓝牙操作过程进行封装,可根据自己业务二次封装。",
"homepage": "https://github.com/DeLinMeng/BLEHelper",
"license": "MIT",
"authors": {
"molin1023": "2352915584@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/DeLinMeng/BLEHelper.git",
"tag": "0.0.3"
},
"source_files": [
"BLEHelper",
"DLBLEManager/**/*.{h,m}"
],
"requires_arc": true
}