blob: 342ea9eae1b57166591cf50082cde640349451c0 [file] [log] [blame]
{
"name": "SSBLEManager",
"version": "1.0.1",
"summary": "蓝牙基础模块",
"description": "\"蓝牙基础模块\"",
"homepage": "https://github.com/LemmonCH/SSBLEManager",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"LemmonCH": "1806096107@qq.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/LemmonCH/SSBLEManager.git",
"tag": "1.0.1"
},
"source_files": [
"SSBLEManager",
"SSBLEManager/*.h"
],
"public_header_files": "SSBLEManager/*.h",
"frameworks": [
"Foundation",
"CoreBluetooth"
]
}