blob: d78e154f58043ce85a8175b7e1bdba6fdfd1e1a8 [file] [log] [blame]
{
"name": "KZMqttSDK",
"version": "0.0.4",
"summary": "KZMqttSDK is a lib for mqtt protocal chat",
"description": "write by mqtt protocal for im, add read, send status",
"homepage": "http://git.kanzhun.org/bosszhipin/kzmqttsdk",
"license": "MIT",
"authors": {
"yangmaosheng": "yangmaosheng@techwolf.cn"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "http://git.kanzhun.org/bosszhipin/kzmqttsdk.git",
"tag": "0.0.4"
},
"source_files": "KZMqttSDK/MqttSDK/*.{h,m}",
"exclude_files": "Classes/Exclude",
"public_header_files": "KZMqttSDK/MqttSDK/*.h",
"frameworks": [
"UIKit",
"Foundation"
]
}