jordanebelanger / SwiftyBluetooth

Closures based APIs for CoreBluetooth
MIT License
209 stars 66 forks source link

Cocoapods repo version desync #61

Open DawnGuardian opened 1 year ago

DawnGuardian commented 1 year ago

The current version on Cocoapods shows version 5.0. The files on this repo seem to be from version 2.0 (according to the readme inside).

The latest release, version 3.1.0 is accessible via Cocoapods so it is not really an issue, but anyone simply using

pod `SwiftyBluetooth'

in the Podfile will automatically install a version marked 5.0 that is really a version lower than the current version.