blob: 3fd1fc72d513a28b18975696a07689533d757b40 [file] [log] [blame]
{
"name": "WLXBluetoothDevice",
"version": "0.1.1",
"summary": "A block-based wrapper of CoreBluetooth",
"description": " WLXBluetoothDevice provides a better, more modular\n API on top of CoreBluetooth. Reposabilities are separated\n in different classes and the API is block-based.\n\n WLXBluetoothDevice extracts common patterns that have been\n identified while developing Bluetooth 4.0 apps at\n [Wolox](http://www.wolox.com.ar).\n",
"homepage": "https://github.com/Wolox/WLXBluetoothDevice",
"license": "MIT",
"authors": {
"Guido Marucci Blas": "guidomb@wolox.com.ar"
},
"source": {
"git": "https://github.com/Wolox/WLXBluetoothDevice.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"resource_bundles": {
"WLXBluetoothDevice": [
"Pod/Assets/*.png"
]
},
"frameworks": "CoreBluetooth",
"dependencies": {
"CocoaLumberjack": [
"~>2.0.0-rc"
]
}
}