blob: 6d252540b50b289a7b7b34eba366100c41624cb7 [file] [log] [blame]
{
"name": "MQTTKit",
"version": "0.1.0",
"summary": "Objective-C client for MQTT 3.1",
"homepage": "http://github.com/jmesnil/MQTTKit",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"Jeff Mesnil": "jmesnil@gmail.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/jmesnil/MQTTKit.git",
"tag": "0.1.0"
},
"source_files": [
"libmosquitto/*.{h,c}",
"MQTTKit/*.{h,m}"
],
"public_header_files": "MQTTKit/MQTTKit.h",
"requires_arc": true
}