blob: d364c63881c301000408698ebf3fddfce24eba17 [file] [log] [blame]
{
"name": "RYBle",
"version": "0.1.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.1.0"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "RYBle/*.{swift}",
"frameworks": "Foundation",
"pushed_with_swift_version": "3.1"
}