blob: 6937485fbcb0b83c5bc9ad2cb5aa43b9d5294c82 [file] [log] [blame]
{
"name": "CocoaMQTT",
"version": "1.3.0-alpha.2",
"summary": "MQTT v3.1.1 client library for iOS and OS X written with Swift 5",
"homepage": "https://github.com/emqx/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.12",
"ios": "10.0",
"tvos": "10.0"
},
"source": {
"git": "https://github.com/emqx/CocoaMQTT.git",
"tag": "1.3.0-alpha.2"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"dependencies": {
"CocoaAsyncSocket": [
"~> 7.6.3"
]
},
"source_files": "Source/*.swift",
"exclude_files": "Source/CocoaMQTTWebSocket.swift"
},
{
"name": "WebSockets",
"dependencies": {
"CocoaMQTT/Core": [
],
"Starscream": [
"~> 3.0.2"
]
},
"source_files": "Source/CocoaMQTTWebSocket.swift"
}
],
"swift_version": "5.0"
}