blob: 9a93319436f3dd9fa883c67481068b45bc6046b2 [file] [log] [blame]
{
"name": "MQTTClient",
"version": "0.2.6",
"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.2.6"
},
"source_files": [
"MQTTClient/MQTTClient",
"MQTTClient/MQTTClient/**/*.{h,m}"
],
"requires_arc": true,
"platforms": {
"ios": "6.1"
}
}