blob: 2e9ccb09626caaec2ddbd536b5565acee97ce83a [file] [log] [blame]
{
"name": "DLBLEHelper",
"version": "0.0.1",
"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.1"
},
"source_files": [
"BLEHelper",
"BLEManager/**/*.{h,m}"
],
"requires_arc": true
}