blob: a260f1ddb1a7e85687717a1b908bb84b78aec816 [file] [log] [blame]
{
"name": "SCPCoreBluetoothManager",
"version": "1.0.2",
"summary": "Block based wrapper around the Core Bluetooth framework.",
"description": " This is only v1.0 and only includes the Central Manager part, the Peripheral Manager part is still in development.\n",
"homepage": "https://github.com/steprescott/SCPCoreBluetoothManager",
"license": "MIT",
"authors": {
"Ste Prescott": "github@ste.me"
},
"source": {
"git": "https://github.com/steprescott/SCPCoreBluetoothManager.git",
"tag": "1.0.2"
},
"social_media_url": "https://twitter.com/ste_prescott",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Classes/**/*.h",
"frameworks": "CoreBluetooth",
"dependencies": {
"SVProgressHUD": [
]
}
}