blob: 58b4ee46fb15f135eba6624fc72d281839bdf46c [file] [log] [blame]
{
"name": "CocoaMQTT",
"version": "1.0.18",
"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",
"Alex Yu": "alexyu.dc@gmail.com"
},
"requires_arc": true,
"platforms": {
"osx": "10.9",
"ios": "8.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/emqtt/CocoaMQTT.git",
"tag": "1.0.18"
},
"source_files": [
"Source/{*.h}",
"Source/*.swift"
],
"dependencies": {
"CocoaAsyncSocket": [
"~> 7.5.1"
],
"SwiftyTimer": [
"~> 2.0.0"
]
},
"pushed_with_swift_version": "3.0",
"deprecated": true
}