blob: b9fe70b3c78c3e5c46315ff084c90f0f3495afd4 [file] [log] [blame]
{
"name": "RYBle",
"version": "0.3.0",
"summary": "Simplified ble central manager base on CoreBluetooth.",
"description": "Replace start, scan, connect and update value delegate callback with block to simplify central manager use.",
"homepage": "https://github.com/sudotamm/RYBle",
"license": "MIT",
"authors": {
"sudotamm": "sudotamm@hotmail.com"
},
"source": {
"git": "https://github.com/sudotamm/RYBle.git",
"tag": "0.3.0"
},
"platforms": {
"ios": "10.0"
},
"requires_arc": true,
"source_files": "RYBle/*.{swift}",
"frameworks": "Foundation"
}