| { |
| "name": "SSBLEManager", |
| "version": "1.0.4", |
| "summary": "蓝牙基础模块", |
| "description": "\"蓝牙基础模块\"", |
| "homepage": "https://github.com/LemmonCH/SSBLEManager", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "LemmonCH": "1806096107@qq.com" |
| }, |
| "platforms": { |
| "ios": "10.0" |
| }, |
| "source": { |
| "git": "https://github.com/LemmonCH/SSBLEManager.git", |
| "tag": "1.0.4" |
| }, |
| "source_files": [ |
| "SSBLEManager", |
| "SSBLEManager/*.h" |
| ], |
| "public_header_files": "SSBLEManager/*.h", |
| "frameworks": [ |
| "Foundation", |
| "CoreBluetooth" |
| ] |
| } |