{ "name": "CocoaMQTT", "version": "1.0.13", "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" }, "source": { "git": "https://github.com/emqtt/CocoaMQTT.git", "tag": "1.0.13" }, "source_files": [ "Source/{*.h}", "Source/*.swift" ], "dependencies": { "CocoaAsyncSocket": [ "~> 7.5.1" ], "MSWeakTimer": [ "~> 1.1.0" ] }, "pushed_with_swift_version": "3.0", "deprecated": true }