blob: 899affdcb3cca2b87f2a013cfca0d323b5a58ec9 [file] [log] [blame]
{
"name": "WasabiCoreBluetooth",
"version": "0.1.1",
"summary": "CoreBluetooth Extensions",
"description": "Provides a wrapper around CoreBluetooth objects used for BLE Central tasks allowing multiple\ndelegates to be assigned to centrals and discovered peripherals.",
"homepage": "https://github.com/rothmichaels/WasabiCoreBluetooth",
"license": "Apache 2.0",
"authors": {
"Roth Michaels": "roth@rothmichaels.us"
},
"source": {
"git": "https://github.com/rothmichaels/WasabiCoreBluetooth.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "WasabiCoreBluetooth/**/*",
"public_header_files": "WasabiCoreBluetooth/Headers/Public/*.h",
"frameworks": "CoreData"
}