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 )
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 )