blob: 912ea82e68d110ba39482a4b3a03b69990bdc4a1 [file] [log] [blame]
{
"name": "MQTTClient",
"version": "0.7.5",
"summary": "iOS, OSX and tvOS native ObjectiveC MQTT Client Framework",
"homepage": "https://github.com/ckrey/MQTT-Client-Framework",
"license": {
"type": "EPLv1",
"file": "LICENSE"
},
"authors": {
"Christoph Krey": "krey.christoph@gmail.com"
},
"source": {
"git": "https://github.com/ckrey/MQTT-Client-Framework.git",
"tag": "0.7.5",
"submodules": true
},
"requires_arc": true,
"platforms": {
"ios": "6.1",
"osx": "10.10",
"tvos": "9.0"
},
"default_subspecs": "Core",
"compiler_flags": "-DLUMBERJACK",
"subspecs": [
{
"name": "Core",
"source_files": [
"MQTTClient/MQTTClient",
"MQTTClient/MQTTClient/*.{h,m}"
],
"dependencies": {
"CocoaLumberjack": [
]
}
},
{
"name": "Websocket",
"source_files": "MQTTClient/MQTTClient/MQTTWebsocketTransport/*.{h,m}",
"dependencies": {
"SocketRocket": [
],
"MQTTClient/Core": [
]
},
"requires_arc": true,
"libraries": "icucore"
}
]
}