| { | |
| "name": "MQTT", | |
| "version": "0.3.0", | |
| "summary": "MQTT v5.0 client for Swift", | |
| "description": "TODO: Add long description of the pod here.", | |
| "homepage": "https://github.com/andy1247008998/MQTT", | |
| "license": { | |
| "type": "MIT", | |
| "file": "LICENSE" | |
| }, | |
| "authors": { | |
| "andy1247008998": "1247008998@qq.com" | |
| }, | |
| "source": { | |
| "git": "https://github.com/andy1247008998/MQTT.git", | |
| "tag": "0.3.0" | |
| }, | |
| "platforms": { | |
| "ios": "12.0" | |
| }, | |
| "source_files": "MQTT/Classes/**/*", | |
| "swift_version": "4.2" | |
| } |