blob: 212905a74d6c3115831c6ec00b8296d39a61a3ee [file] [log] [blame]
{
"name": "CocoaMQTT",
"version": "1.3.0-rc.1",
"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-rc.1"
},
"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"
}