| { |
| "name": "SHBLECentralManager", |
| "version": "0.0.1", |
| "summary": "A BLE connection manager.", |
| "description": "This project wraps a central manager of the Core BlueTooth framework.", |
| "homepage": "https://github.com/ShengHuaWu/SHBLECentralManager", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "ShengHua Wu": "fantasy0404@gmail.com" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "source": { |
| "git": "https://github.com/ShengHuaWu/SHBLECentralManager.git", |
| "tag": "0.0.1" |
| }, |
| "source_files": "SHBLECentralManager/Classes/SHBLECentralManager.{h,m}", |
| "frameworks": "CoreBluetooth", |
| "requires_arc": true |
| } |