blob: 1550d4cd09d9e05bc59371b863c30087bd679343 [file] [log] [blame]
{
"name": "XDBLESDK",
"version": "0.0.1",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"homepage": "https://github.com/WangMing1998/XDBLESDK",
"authors": {
"WangMing": "286241793@qq.com"
},
"summary": "基于CoreBluetooth框封装的BLE工具库",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/WangMing1998/XDBLESDK.git",
"tag": "0.0.1"
},
"vendored_frameworks": "XDBLESDK.framework",
"frameworks": [
"UIKit",
"CoreBluetooth",
"Foundation"
]
}