blob: 3c1be6a2aee8928985d540d20a63a652358e236a [file] [log] [blame]
{
"name": "SFBluetoothLowEnergyDevice",
"homepage": "https://github.com/simpliflow/SFBluetoothLowEnergyDevice",
"license": "COMMERCIAL",
"version": "0.10.4",
"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}",
"dependencies": {
"CocoaLumberjack": [
"~> 2.0.0-rc"
]
},
"source": {
"git": "https://github.com/simpliflow/SFBluetoothLowEnergyDevice.git",
"tag": "v0.10.4"
},
"frameworks": "CoreBluetooth",
"requires_arc": true
}