blob: 983efdbecd234c6f17ed106fd4aa77de8ab0837f [file] [log] [blame]
{
"name": "CocoaMQTT",
"version": "1.0.1",
"summary": "MQTT v3.1.1 client library for iOS and OS X written with Swift 2",
"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.1"
},
"source_files": [
"Source/{*.h}",
"Source/*.swift"
],
"dependencies": {
"CocoaAsyncSocket": [
"~> 7.4.3"
],
"MSWeakTimer": [
"~> 1.1.0"
]
},
"deprecated": true
}