emqx / CocoaMQTT

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

CocoaPods could not find compatible versions for pod "CocoaMQTT/WebSockets" #360

Open sadeghgoo opened 3 years ago

sadeghgoo commented 3 years ago

[!] CocoaPods could not find compatible versions for pod "CocoaMQTT/WebSockets": In Podfile: CocoaMQTT/WebSockets (= 1.3.0-rc.2)

davidho720 commented 3 years ago

you can use pod 'CocoaMQTT/WebSockets', :git => 'https://github.com/emqx/CocoaMQTT.git', :tag => '1.3.0-rc.1'

sadeghgoo commented 3 years ago

you can use

pod 'CocoaMQTT/WebSockets', :git => 'https://github.com/emqx/CocoaMQTT.git', :tag => '1.3.0-rc.1'

Thanks, please update your readme file.