blob: 1061d4d989023c6c626277aec3b2f633b67e5700 [file] [log] [blame]
{
"name": "MQTTClient",
"version": "0.3.7",
"summary": "iOS, OSX and tvOS native ObjectiveC MQTT Framework",
"homepage": "https://github.com/ckrey/MQTT-Client-Framework",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Christoph Krey": "krey.christoph@gmail.com"
},
"source": {
"git": "https://github.com/ckrey/MQTT-Client-Framework.git",
"tag": "0.3.7"
},
"source_files": [
"MQTTClient/MQTTClient",
"MQTTClient/MQTTClient/**/*.{h,m}"
],
"requires_arc": true,
"platforms": {
"ios": "6.1",
"osx": "10.10",
"tvos": "9.0"
}
}