blob: c4aa6b7957f838169df5a6a71f491218583e219a [file] [log] [blame]
{
"name": "MQTTClient",
"version": "0.1.3",
"summary": "IOS 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.1.3"
},
"source_files": [
"MQTTClient/MQTTClient",
"MQTTClient/MQTTClient/**/*.{h,m}"
],
"requires_arc": true,
"platforms": {
"ios": "6.1"
}
}