blob: 0dcb3573fbab03b849c203dbda90730559a42c4f [file] [log] [blame]
{
"name": "MQTTClient",
"version": "0.0.2",
"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.0.2"
},
"source_files": [
"MQTTClient/MQTTClient",
"MQTTClient/MQTTClient/**/*.{h,m}"
],
"requires_arc": true,
"platforms": {
"ios": "7.0"
}
}