blob: 3f86c472a503824875466e1c43855721b6bce999 [file] [log] [blame]
{
"name": "CocoaMQTT",
"version": "1.2.5",
"summary": "MQTT v3.1.1 client library for iOS and OS X written with Swift 5",
"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"
},
"swift_versions": "5.0",
"requires_arc": true,
"platforms": {
"osx": "10.10",
"ios": "9.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/emqtt/CocoaMQTT.git",
"tag": "1.2.5"
},
"source_files": [
"Source/{*.h}",
"Source/*.swift"
],
"dependencies": {
"CocoaAsyncSocket": [
"~> 7.6.3"
]
},
"swift_version": "5.0"
}