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