blob: ac76c681184b037df764c77bbc9934092f56a1d4 [file] [log] [blame]
{
"name": "MQTTClient",
"version": "0.3.4",
"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.4"
},
"source_files": [
"MQTTClient/MQTTClient",
"MQTTClient/MQTTClient/**/*.{h,m}"
],
"requires_arc": true,
"platforms": {
"ios": "6.1",
"osx": "10.10",
"tvos": "9.0"
}
}