| { | |
| "name": "BLEService", | |
| "version": "0.0.1", | |
| "summary": "蓝牙连接库.", | |
| "swift_versions": "5.0", | |
| "description": "蓝牙连接库,连接设备,扫描设备", | |
| "homepage": "https://github.com/heartbeat986/BLEService.git", | |
| "license": "MIT", | |
| "authors": { | |
| "jiaoxx": "enjoylifejiaoxgx@163.com" | |
| }, | |
| "platforms": { | |
| "ios": "9.0" | |
| }, | |
| "source": { | |
| "git": "https://github.com/heartbeat986/BLEService.git", | |
| "tag": "0.0.1" | |
| }, | |
| "source_files": [ | |
| "Class", | |
| "Class/*.{swift}" | |
| ], | |
| "exclude_files": "Class/Exclude", | |
| "swift_version": "5.0" | |
| } |