blob: f75e5f82c9d2e64f9a5a68d9ea9c53310f08c68f [file] [log] [blame]
{
"name": "SHBLECentralManager",
"version": "0.0.1",
"summary": "A BLE connection manager.",
"description": "This project wraps a central manager of the Core BlueTooth framework.",
"homepage": "https://github.com/ShengHuaWu/SHBLECentralManager",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ShengHua Wu": "fantasy0404@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/ShengHuaWu/SHBLECentralManager.git",
"tag": "0.0.1"
},
"source_files": "SHBLECentralManager/Classes/SHBLECentralManager.{h,m}",
"frameworks": "CoreBluetooth",
"requires_arc": true
}