Manos Chorianopoulos

spm Package dependencies fix

......@@ -20,8 +20,8 @@ let package = Package(
),
],
dependencies: [
.package(url: "https://github.com/yeahdongcn/RSBarcodes_Swift.git", from: "5.2.0"),
.package(url: "https://github.com/cesarferreira/SwiftEventBus.git", from: "5.0.0")
.package(url: "https://github.com/yeahdongcn/RSBarcodes_Swift", from: "5.2.0"),
.package(url: "https://github.com/cesarferreira/SwiftEventBus", from: "5.0.0")
],
targets: [
.target(
......