BarcodeScanner
BarcodeScanner copied to clipboard
Cannot update to 5.0.1
Hi
pod update is failing with this error.
[!] CocoaPods could not find compatible versions for pod "BarcodeScanner": In Podfile: BarcodeScanner (~> 5.0.1)
None of your spec sources contain a spec satisfying the dependency: BarcodeScanner (~> 5.0.1)
.
You have either:
- mistyped the name or version.
- not added the source repo that hosts the Podspec to your Podfile.
Hi,
CocoaPods hasn't been updated in a while, I advise you to try straight from master
.
pod "BarcodeScanner", :git => 'https://github.com/hyperoslo/BarcodeScanner.git'
Thanks, this worked but got an error that is already raised by someone already.
I have responded to it.
https://github.com/hyperoslo/BarcodeScanner/issues/209