blob: 5abbf6a3213df3597d30bbae8f4926f488b6dcff [file] [log] [blame]
{
"name": "SFBluetoothLowEnergyDevice",
"homepage": "https://github.com/simpliflow/SFBluetoothLowEnergyDevice",
"license": "COMMERCIAL",
"version": "0.10.2",
"summary": "A CoreBluetooth wrapper for simple Bluetooth low energy (also known as: Bluetooth 4.0, Bluetooth Smart, BLE) devices.",
"platforms": {
"ios": "7.0"
},
"authors": "Thomas Billicsich",
"source_files": "SFBluetoothLowEnergyDevice/Classes/*.{h,m}",
"source": {
"git": "https://github.com/simpliflow/SFBluetoothLowEnergyDevice.git",
"tag": "v0.10.2"
},
"dependencies": {
"CocoaLumberjack": [
"~> 1.9.2"
]
},
"frameworks": "CoreBluetooth",
"requires_arc": true
}