emqx / CocoaMQTT

MQTT 5.0 client library for iOS and macOS written in Swift
https://www.emqx.com/en
Other
1.57k stars 411 forks source link

CocoaPods still supported? #598

Open RockLobster opened 5 days ago

RockLobster commented 5 days ago

Hey guys, I see that version 2.1.7 and 2.1.8 have not been released via CocoaPods.

Is there a reason for it? Is it not yet stable? Or are you phasing out CocoaPods?

Context: We are writing a private library which depends on CocoaMQTT and we currently can't publish it via CocoaPods because of the libarclite issue; forcing a deployment target is only possible within a consuming project (Podfile), not for a library (podspec), therefore pushing our podspec fails on validation. 2.1.8 depends on a newer starscream version, though and therefore shouldn't lead to the libarclite issue. (Actually, I just noticed that the issue is only solved in starscream 4.0.8, also see #597 and the PR #599 )

RockLobster commented 5 days ago

okay, so if I see this right then in order to fix this issue we need: