blob: 24315ef7f3e83854367ee781713161c6c313cd54 [file] [log] [blame]
{
"name": "CocoaMQTT",
"version": "1.0.11",
"summary": "MQTT v3.1.1 client library for iOS and OS X written with Swift 3",
"homepage": "https://github.com/emqtt/CocoaMQTT",
"license": {
"type": "MIT"
},
"authors": {
"Feng Lee": "feng@emqtt.io",
"CrazyWisdom": "zh.whong@gmail.com"
},
"requires_arc": true,
"platforms": {
"osx": "10.9",
"ios": "8.0"
},
"source": {
"git": "https://github.com/emqtt/CocoaMQTT.git",
"tag": "1.0.11"
},
"source_files": [
"Source/{*.h}",
"Source/*.swift"
],
"dependencies": {
"CocoaAsyncSocket": [
"~> 7.5.1"
],
"MSWeakTimer": [
"~> 1.1.0"
]
},
"deprecated": true
}